diff options
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data.c b/src/data.c index ab52c20c77f..54c0d7c211c 100644 --- a/src/data.c +++ b/src/data.c @@ -3271,10 +3271,6 @@ arith_error (signo) must reestablish each time */ signal (signo, arith_error); #endif /* USG */ -#ifdef VMS - /* VMS systems are like USG. */ - signal (signo, arith_error); -#endif /* VMS */ sigsetmask (SIGEMPTYMASK); SIGNAL_THREAD_CHECK (signo); |