diff options
Diffstat (limited to 'gcc/java/verify.c')
-rw-r--r-- | gcc/java/verify.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/java/verify.c b/gcc/java/verify.c index a5375bf..fd09459 100644 --- a/gcc/java/verify.c +++ b/gcc/java/verify.c @@ -473,9 +473,6 @@ verify_jvm_instructions (JCF* jcf, const unsigned char *byte_ops, long length) return 0; } - if (handler_pc >= start_pc && handler_pc < end_pc) - warning ("exception handler inside code that is being protected"); - add_handler (start_pc, end_pc, lookup_label (handler_pc), catch_type == 0 ? NULL_TREE |