Skip to content

Commit c33306a

Browse files
Removing string_literal declaration
This function was not used.
1 parent 07ff02d commit c33306a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/java_bytecode/java_string_library_preprocess.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,6 @@ class java_string_library_preprocesst:public messaget
286286
const std::string &s,
287287
symbol_tablet &symbol_table);
288288

289-
exprt string_literal(const std::string &s, symbol_tablet &symbol_table);
290-
291289
codet make_function_from_call(
292290
const irep_idt &function_name,
293291
const code_typet &type,

0 commit comments

Comments
 (0)