0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.2181

Problem:    Compiler warning for unused variable.
Solution:   Remove it. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-08-07 20:20:50 +02:00
parent b73598e2f0
commit a772ec5e91
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}