Skip to content

Commit ca32a0a

Browse files
Removing string conversion from method conversion
1 parent 0dcb773 commit ca32a0a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/java_bytecode/java_bytecode_convert_method.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -1550,17 +1550,11 @@ codet java_bytecode_convert_methodt::convert_instructions(
15501550
symbol.type=arg0.type();
15511551
symbol.value.make_nil();
15521552
symbol.mode=ID_java;
1553-
15541553
assign_parameter_names(
15551554
to_code_type(symbol.type),
15561555
symbol.name,
15571556
symbol_table);
15581557

1559-
// The string refinement module may provide a definition for this
1560-
// function.
1561-
symbol.value=string_preprocess.code_for_function(
1562-
id, to_code_type(symbol.type), loc, symbol_table);
1563-
15641558
symbol_table.add(symbol);
15651559
}
15661560

0 commit comments

Comments
 (0)