Skip to content

Commit 770eb2a

Browse files
author
thk123
committed
Remove methods without a implementation or usage
1 parent 5cbb758 commit 770eb2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/java_bytecode/java_bytecode_convert_method_class.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ class java_bytecode_convert_methodt:public messaget
250250

251251
const bytecode_infot &get_bytecode_info(const irep_idt &statement);
252252

253-
bool class_needs_clinit(const irep_idt &classname);
254-
exprt get_or_create_clinit_wrapper(const irep_idt &classname);
255253
codet get_clinit_call(const irep_idt &classname);
256254

257255
bool is_method_inherited(

0 commit comments

Comments
 (0)