summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r--src/ex_cmds2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 73b3a522fd..5af2b40588 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -1256,8 +1256,6 @@ stop_timer(timer_T *timer)
void
stop_all_timers(void)
{
- timer_T *timer;
-
while (first_timer != NULL)
stop_timer(first_timer);
}