Skip to content

Commit 61b9647

Browse files
Revert 0b3170d: Stabilize clinit wrapper function type parameters
1 parent da34ceb commit 61b9647

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jbmc/src/java_bytecode/java_static_initializers.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ static void create_clinit_wrapper_symbols(
295295
symbolt wrapper_method_symbol;
296296
code_typet wrapper_method_type;
297297
wrapper_method_type.return_type() = void_typet();
298-
// Ensure the parameters property is there
299-
// to avoid trouble in irept comparisons
300-
wrapper_method_type.parameters();
301298
wrapper_method_symbol.name = clinit_wrapper_name(class_name);
302299
wrapper_method_symbol.pretty_name = wrapper_method_symbol.name;
303300
wrapper_method_symbol.base_name = "clinit_wrapper";

0 commit comments

Comments
 (0)