Skip to content

Commit a772ec5

Browse files
committed
patch 7.4.2181
Problem: Compiler warning for unused variable. Solution: Remove it. (Dominique Pelle)
1 parent b73598e commit a772ec5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ex_cmds2.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,8 +1256,6 @@ stop_timer(timer_T *timer)
12561256
void
12571257
stop_all_timers(void)
12581258
{
1259-
timer_T *timer;
1260-
12611259
while (first_timer != NULL)
12621260
stop_timer(first_timer);
12631261
}

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2181,
766768
/**/
767769
2180,
768770
/**/

0 commit comments

Comments
 (0)