mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -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);
|
||||
}
|
||||
|
@@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2181,
|
||||
/**/
|
||||
2180,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user