File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,14 @@ Date: June 2017
22
22
#include " java_expr.h"
23
23
#include " java_utils.h"
24
24
25
- class java_bytecode_instrumentt : public messaget
25
+ class java_bytecode_instrumentt
26
26
{
27
27
public:
28
28
java_bytecode_instrumentt (
29
29
symbol_table_baset &_symbol_table,
30
30
const bool _throw_runtime_exceptions,
31
31
message_handlert &_message_handler)
32
- : messaget(_message_handler),
33
- symbol_table (_symbol_table),
32
+ : symbol_table(_symbol_table),
34
33
throw_runtime_exceptions (_throw_runtime_exceptions),
35
34
message_handler(_message_handler)
36
35
{
@@ -104,7 +103,7 @@ code_ifthenelset java_bytecode_instrumentt::throw_exception(
104
103
generate_class_stub (
105
104
exc_name,
106
105
symbol_table,
107
- get_message_handler () ,
106
+ message_handler ,
108
107
struct_union_typet::componentst{});
109
108
}
110
109
You can’t perform that action at this time.
0 commit comments