File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1222,7 +1222,6 @@ bool java_bytecode_languaget::convert_single_method(
1222
1222
*class_name,
1223
1223
*static_values_json,
1224
1224
symbol_table,
1225
- get_message_handler (),
1226
1225
needed_lazy_methods,
1227
1226
max_user_array_length,
1228
1227
references);
Original file line number Diff line number Diff line change @@ -771,7 +771,6 @@ code_blockt get_user_specified_clinit_body(
771
771
const irep_idt &class_id,
772
772
const json_objectt &static_values_json,
773
773
symbol_table_baset &symbol_table,
774
- message_handlert &message_handler,
775
774
optionalt<ci_lazy_methods_neededt> needed_lazy_methods,
776
775
size_t max_user_array_length,
777
776
std::unordered_map<std::string, object_creation_referencet> &references)
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ code_ifthenelset get_clinit_wrapper_body(
66
66
// / The format is expected to be a map whose keys are class names, and whose
67
67
// / values are maps from static field names to values.
68
68
// / \param symbol_table: used to look up and create new symbols
69
- // / \param message_handler: used to log any errors with parsing the input file
70
69
// / \param needed_lazy_methods: used to mark any runtime types given in the
71
70
// / input file as needed
72
71
// / \param max_user_array_length: maximum value for constant or variable length
@@ -78,7 +77,6 @@ code_blockt get_user_specified_clinit_body(
78
77
const irep_idt &class_id,
79
78
const json_objectt &static_values_json,
80
79
symbol_table_baset &symbol_table,
81
- message_handlert &message_handler,
82
80
optionalt<ci_lazy_methods_neededt> needed_lazy_methods,
83
81
size_t max_user_array_length,
84
82
std::unordered_map<std::string, object_creation_referencet> &references);
You can’t perform that action at this time.
0 commit comments