Skip to content

Commit f53a598

Browse files
committed
Remove ID of unimplemented string function
The string function with ID_cprover_string_concat_long_func was unimplemented and will be obsolete when the functionality is handled by a model.
1 parent d74a8d8 commit f53a598

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

jbmc/src/java_bytecode/java_string_library_preprocess.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,9 +1752,6 @@ void java_string_library_preprocesst::initialize_conversion_table()
17521752
cprover_equivalent_to_java_assign_and_return_function
17531753
["java::java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;"]=
17541754
ID_cprover_string_concat_char_func;
1755-
cprover_equivalent_to_java_assign_and_return_function
1756-
["java::java.lang.StringBuffer.append:(J)Ljava/lang/StringBuffer;"]=
1757-
ID_cprover_string_concat_long_func;
17581755
cprover_equivalent_to_java_assign_and_return_function
17591756
["java::java.lang.StringBuffer.append:(Ljava/lang/String;)"
17601757
"Ljava/lang/StringBuffer;"]=

src/util/irep_ids.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ IREP_ID_ONE(cprover_string_code_point_count_func)
596596
IREP_ID_ONE(cprover_string_offset_by_code_point_func)
597597
IREP_ID_ONE(cprover_string_compare_to_func)
598598
IREP_ID_ONE(cprover_string_concat_func)
599-
IREP_ID_ONE(cprover_string_concat_long_func)
600599
IREP_ID_ONE(cprover_string_concat_char_func)
601600
IREP_ID_ONE(cprover_string_concat_code_point_func)
602601
IREP_ID_ONE(cprover_string_constrain_characters_func)

0 commit comments

Comments
 (0)