diff options
author | Duncan Sands <baldrick@free.fr> | 2010-04-13 11:21:12 +0200 |
---|---|---|
committer | Duncan Sands <baldrick@gcc.gnu.org> | 2010-04-13 09:21:12 +0000 |
commit | 1a71080889e16d01cccd6af982386633dcec9ec9 (patch) | |
tree | 2e7193e1f194472c59b64196654c08335fa5e07d /gcc/except.h | |
parent | 9602b6a1b8de60ca429f08ca00e2834d26fe1f47 (diff) | |
download | gcc-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.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 99f620b..59214e0 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 |