File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1848,16 +1848,6 @@ void java_string_library_preprocesst::initialize_conversion_table()
1848
1848
cprover_equivalent_to_java_function
1849
1849
[" java::java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z" ]=
1850
1850
ID_cprover_string_equals_ignore_case_func;
1851
- conversion_table
1852
- [" java::java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)"
1853
- " Ljava/lang/String;" ] =
1854
- std::bind (
1855
- &java_string_library_preprocesst::make_string_format_code,
1856
- this ,
1857
- std::placeholders::_1,
1858
- std::placeholders::_2,
1859
- std::placeholders::_3,
1860
- std::placeholders::_4);
1861
1851
1862
1852
std::string format_signature = " java::org.cprover.CProverString.format:(" ;
1863
1853
for (std::size_t i = 0 ; i < MAX_FORMAT_ARGS + 1 ; ++i)
You can’t perform that action at this time.
0 commit comments