diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/except.c b/gcc/except.c index bdf98ef..fccfb73 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -153,9 +153,6 @@ along with GCC; see the file COPYING3. If not see to the given failure handler. */ tree (*lang_protect_cleanup_actions) (void); -/* Return true if type A catches type B. */ -int (*lang_eh_type_covers) (tree a, tree b); - static GTY(()) int call_site_base; static GTY ((param_is (union tree_node))) htab_t type_to_runtime_map; |