File tree 2 files changed +0
-4
lines changed 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 35
35
#include < goto-programs/mm_io.h>
36
36
#include < goto-programs/read_goto_binary.h>
37
37
#include < goto-programs/remove_function_pointers.h>
38
- #include < goto-programs/remove_virtual_functions.h>
39
38
#include < goto-programs/remove_instanceof.h>
40
39
#include < goto-programs/remove_returns.h>
41
40
#include < goto-programs/remove_exceptions.h>
@@ -745,8 +744,6 @@ bool cbmc_parse_optionst::process_goto_program(
745
744
get_message_handler (),
746
745
goto_model,
747
746
cmdline.isset (" pointer-check" ));
748
- // virtual functions -> explicit dispatch tables:
749
- remove_virtual_functions (goto_model);
750
747
// remove catch and throw (introduces instanceof)
751
748
remove_exceptions (goto_model);
752
749
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ class optionst;
32
32
" (document-subgoals)(outfile):(test-preprocessor)" \
33
33
" D:I:(c89)(c99)(c11)(cpp89)(cpp99)(cpp11)" \
34
34
" (object-bits):" \
35
- " (classpath):(cp):(main-class):" \
36
35
" (depth):(partial-loops)(no-unwinding-assertions)(unwinding-assertions)" \
37
36
OPT_GOTO_CHECK \
38
37
" (no-assertions)(no-assumptions)" \
You can’t perform that action at this time.
0 commit comments