Skip to content

Commit 958f4a7

Browse files
committed
Remove goto_check_java
The Java front-end instruments checks via other means. The only remaining use of `goto_check_javat` was handling of the `no-assertions` and `no-assumptions` command-line options, which is now handled by other means.
1 parent 79c1637 commit 958f4a7

File tree

6 files changed

+1
-1741
lines changed

6 files changed

+1
-1741
lines changed

jbmc/src/janalyzer/janalyzer_parse_options.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Author: Daniel Kroening, [email protected]
108108
#include <goto-programs/show_goto_functions.h>
109109
#include <goto-programs/show_properties.h>
110110

111-
#include <java_bytecode/goto_check_java.h>
112111
#include <java_bytecode/java_bytecode_language.h>
113112

114113
class abstract_goto_modelt;

0 commit comments

Comments
 (0)