diff options
author | baldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-13 09:21:12 +0000 |
---|---|---|
committer | baldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-13 09:21:12 +0000 |
commit | 493106f66ff610b15fb855a85ba53fea69d322a8 (patch) | |
tree | 2e7193e1f194472c59b64196654c08335fa5e07d /gcc/except.h | |
parent | b5fdc4165e8de441e2714b810ec65686136ad661 (diff) | |
download | gcc-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.h | 3 |
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 |