diff options
Diffstat (limited to 'src/atimer.c')
| -rw-r--r-- | src/atimer.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/atimer.c b/src/atimer.c index bb5294670d3..219b3502acc 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -250,7 +250,7 @@ stop_other_atimers (struct atimer *t) | |||
| 250 | /* Run all timers again, if some have been stopped with a call to | 250 | /* Run all timers again, if some have been stopped with a call to |
| 251 | stop_other_atimers. */ | 251 | stop_other_atimers. */ |
| 252 | 252 | ||
| 253 | static void | 253 | void |
| 254 | run_all_atimers (void) | 254 | run_all_atimers (void) |
| 255 | { | 255 | { |
| 256 | if (stopped_atimers) | 256 | if (stopped_atimers) |
| @@ -274,16 +274,6 @@ run_all_atimers (void) | |||
| 274 | } | 274 | } |
| 275 | 275 | ||
| 276 | 276 | ||
| 277 | /* A version of run_all_atimers suitable for a record_unwind_protect. */ | ||
| 278 | |||
| 279 | Lisp_Object | ||
| 280 | unwind_stop_other_atimers (Lisp_Object dummy) | ||
| 281 | { | ||
| 282 | run_all_atimers (); | ||
| 283 | return Qnil; | ||
| 284 | } | ||
| 285 | |||
| 286 | |||
| 287 | /* Arrange for a SIGALRM to arrive when the next timer is ripe. */ | 277 | /* Arrange for a SIGALRM to arrive when the next timer is ripe. */ |
| 288 | 278 | ||
| 289 | static void | 279 | static void |