aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/ex_cmds2.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c
index a0bfec9b4a..2d8307ee06 100644
--- a/src/nvim/ex_cmds2.c
+++ b/src/nvim/ex_cmds2.c
@@ -817,17 +817,11 @@ static enum {
static char *pexpand_cmds[] = {
"start",
-#define PROFCMD_START 0
"pause",
-#define PROFCMD_PAUSE 1
"continue",
-#define PROFCMD_CONTINUE 2
"func",
-#define PROFCMD_FUNC 3
"file",
-#define PROFCMD_FILE 4
NULL
-#define PROFCMD_LAST 5
};
/*