aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
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)
3271 must reestablish each time */ 3271 must reestablish each time */
3272 signal (signo, arith_error); 3272 signal (signo, arith_error);
3273#endif /* USG */ 3273#endif /* USG */
3274#ifdef VMS
3275 /* VMS systems are like USG. */
3276 signal (signo, arith_error);
3277#endif /* VMS */
3278 sigsetmask (SIGEMPTYMASK); 3274 sigsetmask (SIGEMPTYMASK);
3279 3275
3280 SIGNAL_THREAD_CHECK (signo); 3276 SIGNAL_THREAD_CHECK (signo);