Skip to content

Commit fbdd728

Browse files
committed
Revert "disable nonsense code"
This reverts commit a40fc8b.
1 parent 5936a3d commit fbdd728

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/linking/static_lifetime_init.cpp

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

157157
// call designated "initialization" functions
158158

159-
#if 0
160159
for(const std::string &id : symbols)
161160
{
162161
const symbolt &symbol=ns.lookup(id);
@@ -170,7 +169,6 @@ bool static_lifetime_init(
170169
dest.move_to_operands(function_call);
171170
}
172171
}
173-
#endif
174172

175173
return false;
176174
}

0 commit comments

Comments
 (0)