summaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorbaldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-13 09:21:12 +0000
committerbaldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-13 09:21:12 +0000
commit493106f66ff610b15fb855a85ba53fea69d322a8 (patch)
tree2e7193e1f194472c59b64196654c08335fa5e07d /gcc/except.h
parentb5fdc4165e8de441e2714b810ec65686136ad661 (diff)
downloadgcc-493106f66ff610b15fb855a85ba53fea69d322a8.tar.gz
Remove lang_eh_type_covers, which is dead, and the corresponding
Ada routine gnat_eh_type_covers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158258 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 99f620be0d6..59214e0e764 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -294,9 +294,6 @@ extern eh_landing_pad get_eh_landing_pad_from_rtx (const_rtx);
FUNCTION_DECL for `std::terminate'. */
extern tree (*lang_protect_cleanup_actions) (void);
-/* Return true if type A catches type B. */
-extern int (*lang_eh_type_covers) (tree a, tree b);
-
/* Just because the user configured --with-sjlj-exceptions=no doesn't
mean that we can use call frame exceptions. Detect that the target