aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-04-13 11:21:12 +0200
committerDuncan Sands <baldrick@gcc.gnu.org>2010-04-13 09:21:12 +0000
commit1a71080889e16d01cccd6af982386633dcec9ec9 (patch)
tree2e7193e1f194472c59b64196654c08335fa5e07d /gcc/except.c
parent9602b6a1b8de60ca429f08ca00e2834d26fe1f47 (diff)
downloadgcc-1a71080889e16d01cccd6af982386633dcec9ec9.zip
gcc-1a71080889e16d01cccd6af982386633dcec9ec9.tar.gz
gcc-1a71080889e16d01cccd6af982386633dcec9ec9.tar.bz2
Remove lang_eh_type_covers, which is dead, and the corresponding
Ada routine gnat_eh_type_covers. From-SVN: r158258
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c3
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;