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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user