diff options
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index 053bd1b..4b7902f 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -133,9 +133,6 @@ int flag_deprecated = 1; /* Don't attempt to verify invocations. */ int flag_verify_invocations = 0; -/* True if the new bytecode verifier should be used. */ -int flag_new_verifier = 1; - /* When nonzero, print extra version information. */ static int v_flag = 0; @@ -606,12 +603,6 @@ java_post_options (const char **pfilename) must always verify everything. */ if (! flag_indirect_dispatch) flag_verify_invocations = true; - else - { - /* If we are using indirect dispatch, then we want the new - verifier as well. */ - flag_new_verifier = 1; - } /* Open input file. */ |