Skip to content

Commit 7ac3613

Browse files
committed
patch 9.0.1424: unused macros are defined
Problem: Unused macros are defined. Solution: Remove the unused macros.
1 parent 890c772 commit 7ac3613

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/profiler.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -436,21 +436,13 @@ static enum
436436

437437
static char *pexpand_cmds[] = {
438438
"start",
439-
#define PROFCMD_START 0
440439
"stop",
441-
#define PROFCMD_STOP 1
442440
"pause",
443-
#define PROFCMD_PAUSE 2
444441
"continue",
445-
#define PROFCMD_CONTINUE 3
446442
"func",
447-
#define PROFCMD_FUNC 4
448443
"file",
449-
#define PROFCMD_DUMP 5
450444
"dump",
451-
#define PROFCMD_FILE 6
452445
NULL
453-
#define PROFCMD_LAST 7
454446
};
455447

456448
/*

src/version.c

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

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1424,
698700
/**/
699701
1423,
700702
/**/

0 commit comments

Comments
 (0)