diff options
author | Dave Korn <dave.korn@artimi.com> | 2007-04-02 08:09:09 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2007-04-02 08:09:09 +0000 |
commit | c82476bfffe84fcdac40c3dbc2cd0fe3800599a3 (patch) | |
tree | 65c6ded1f4cb414cd5ca4e73b225ab53ca57efcb /gcc/libgcc2.h | |
parent | 9daff147c0112477c9624bdc12a079f7078f6008 (diff) | |
download | gcc-c82476bfffe84fcdac40c3dbc2cd0fe3800599a3.tar.gz |
libgcc2.h (exception_descriptor): Don't forward-declare.
2007-04-02 Dave Korn <dave.korn@artimi.com>
* libgcc2.h (exception_descriptor): Don't forward-declare.
(__get_eh_table_language, __get_eh_table_version): Delete
prototypes of long-dead functions.
From-SVN: r123418
Diffstat (limited to 'gcc/libgcc2.h')
-rw-r--r-- | gcc/libgcc2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h index a38758ec11e..b1c749f0c99 100644 --- a/gcc/libgcc2.h +++ b/gcc/libgcc2.h @@ -39,10 +39,6 @@ extern void __clear_cache (char *, char *); extern void __eprintf (const char *, const char *, unsigned int, const char *) __attribute__ ((__noreturn__)); -struct exception_descriptor; -extern short int __get_eh_table_language (struct exception_descriptor *); -extern short int __get_eh_table_version (struct exception_descriptor *); - /* Permit the tm.h file to select the endianness to use just for this file. This is used when the endianness is determined when the compiler is run. */ |