0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -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 void
stop_all_timers(void) stop_all_timers(void)
{ {
timer_T *timer;
while (first_timer != NULL) while (first_timer != NULL)
stop_timer(first_timer); stop_timer(first_timer);
} }

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2181,
/**/ /**/
2180, 2180,
/**/ /**/