patch 9.0.1424: unused macros are defined

Problem:    Unused macros are defined.
Solution:   Remove the unused macros.
diff --git a/src/profiler.c b/src/profiler.c
index 4fc772d..3d37a64 100644
--- a/src/profiler.c
+++ b/src/profiler.c
@@ -436,21 +436,13 @@
 
 static char *pexpand_cmds[] = {
 			"start",
-#define PROFCMD_START	0
 			"stop",
-#define PROFCMD_STOP	1
 			"pause",
-#define PROFCMD_PAUSE	2
 			"continue",
-#define PROFCMD_CONTINUE 3
 			"func",
-#define PROFCMD_FUNC	4
 			"file",
-#define PROFCMD_DUMP	5
 			"dump",
-#define PROFCMD_FILE	6
 			NULL
-#define PROFCMD_LAST	7
 };
 
 /*
diff --git a/src/version.c b/src/version.c
index 3b93819..2438733 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1424,
+/**/
     1423,
 /**/
     1422,