diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 21:48:32 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 21:48:32 +0000 |
commit | e8face4c5909cdc9a03029677d0612a82d557199 (patch) | |
tree | 8478b1a1a17730fe919518390f0cd21930827389 /gcc/ada/init.c | |
parent | 907129969df130b1dd0b1e1870126f9bad99e2ee (diff) | |
download | gcc-e8face4c5909cdc9a03029677d0612a82d557199.zip gcc-e8face4c5909cdc9a03029677d0612a82d557199.tar.gz gcc-e8face4c5909cdc9a03029677d0612a82d557199.tar.bz2 |
* init.c, misc.c, trans.c, utils.c: Remove dead code.
From-SVN: r67735
Diffstat (limited to 'gcc/ada/init.c')
-rw-r--r-- | gcc/ada/init.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/ada/init.c b/gcc/ada/init.c index 2f3ad1d..a574099 100644 --- a/gcc/ada/init.c +++ b/gcc/ada/init.c @@ -1623,16 +1623,6 @@ __gnat_initialize () __gnat_init_float (); -#ifdef __mips_vxworks -#if 0 - /* For now remove this handler, since it is causing interferences with gdb */ - - /* Connect the overflow trap directly to the __gnat_int_handler routine - as it is not converted to a signal by VxWorks. */ - - intConnect (INUM_TO_IVEC (IV_TRAP_VEC), &__gnat_int_handler, IV_TRAP_VEC); -#endif -#endif } /***************************************/ |