Skip to content

Commit c471f72

Browse files
committed
jdiff: remove C library
jdiff only supports the java_bytecode language.
1 parent d597d90 commit c471f72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jbmc/src/jdiff/jdiff_parse_options.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,6 @@ bool jdiff_parse_optionst::process_goto_program(
338338
{
339339
try
340340
{
341-
// add the library
342-
link_to_library(goto_model, get_message_handler());
343-
344341
// remove function pointers
345342
status() << "Removal of function pointers and virtual functions" << eom;
346343
remove_function_pointers(

0 commit comments

Comments
 (0)