diff options
Diffstat (limited to 'src/atimer.c')
| -rw-r--r-- | src/atimer.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/atimer.c b/src/atimer.c index 432e2590dad..556272d7918 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -296,12 +296,6 @@ unwind_stop_other_atimers (dummy) | |||
| 296 | static void | 296 | static void |
| 297 | set_alarm () | 297 | set_alarm () |
| 298 | { | 298 | { |
| 299 | #if defined (USG) && !defined (POSIX_SIGNALS) | ||
| 300 | /* USG systems forget handlers when they are used; | ||
| 301 | must reestablish each time. */ | ||
| 302 | signal (SIGALRM, alarm_signal_handler); | ||
| 303 | #endif /* USG */ | ||
| 304 | |||
| 305 | if (atimers) | 299 | if (atimers) |
| 306 | { | 300 | { |
| 307 | EMACS_TIME now, time; | 301 | EMACS_TIME now, time; |