We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2bb3f commit 61fd15aCopy full SHA for 61fd15a
src/linking/static_lifetime_init.cpp
@@ -156,9 +156,9 @@ bool static_lifetime_init(
156
157
// call designated "initialization" functions
158
159
+ #if 0
160
for(const std::string &id : symbols)
161
{
- #if 0
162
const symbolt &symbol=ns.lookup(id);
163
164
if(symbol.type.id()==ID_code &&
@@ -169,8 +169,8 @@ bool static_lifetime_init(
169
function_call.add_source_location()=source_location;
170
dest.move_to_operands(function_call);
171
}
172
- #endif
173
+ #endif
174
175
return false;
176
0 commit comments