Skip to content

Commit a40fc8b

Browse files
author
Daniel Kroening
committed
disable nonsense code
1 parent 1eb529f commit a40fc8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/linking/static_lifetime_init.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ bool static_lifetime_init(
158158

159159
for(const std::string &id : symbols)
160160
{
161+
#if 0
161162
const symbolt &symbol=ns.lookup(id);
162163

163164
if(symbol.type.id()==ID_code &&
@@ -168,6 +169,7 @@ bool static_lifetime_init(
168169
function_call.add_source_location()=source_location;
169170
dest.move_to_operands(function_call);
170171
}
172+
#endif
171173
}
172174

173175
return false;

0 commit comments

Comments
 (0)