Mercurial > vim
changeset 32186:6cfad8cc5f1d v9.0.1424
patch 9.0.1424: unused macros are defined
Commit: https://github.com/vim/vim/commit/7ac36130e09d56c75134655a6b12218ddafeaa8b
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Mar 22 22:03:16 2023 +0000
patch 9.0.1424: unused macros are defined
Problem: Unused macros are defined.
Solution: Remove the unused macros.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 22 Mar 2023 23:15:05 +0100 |
parents | 881f52b12869 |
children | 5c71bbcec778 |
files | src/profiler.c src/version.c |
diffstat | 2 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/profiler.c +++ b/src/profiler.c @@ -436,21 +436,13 @@ static enum 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 }; /*