summaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 5efad71647f..5b50d2aa8c8 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -176,7 +176,3 @@ struct throw_stmt_node GTY(())
extern struct htab *get_eh_throw_stmt_table (struct function *);
extern void set_eh_throw_stmt_table (struct function *, struct htab *);
-
-#ifdef ENABLE_CHECKING
-extern void verify_eh_throw_table_statements (void);
-#endif