aboutsummaryrefslogtreecommitdiffstats
path: root/src/atimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atimer.c')
-rw-r--r--src/atimer.c12
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
253static void 253void
254run_all_atimers (void) 254run_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
279Lisp_Object
280unwind_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
289static void 279static void