Patch 9.0.1424
Problem: Unused macros are defined.
Solution: Remove the unused macros.
Files: src/profiler.c
*** ../vim-9.0.1423/src/profiler.c 2023-03-16 21:43:07.343227878 +0000
--- src/profiler.c 2023-03-22 21:42:34.621771361 +0000
***************
*** 436,456 ****
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
};
/*
--- 436,448 ----
*** ../vim-9.0.1423/src/version.c 2023-03-21 22:03:11.812572374 +0000
--- src/version.c 2023-03-22 21:43:11.669805707 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1424,
/**/
--
You were lucky. We lived for three months in a brown paper bag in a
septic tank. We used to have to get up at six o'clock in the morning,
clean the bag, eat a crust of stale bread, go to work down mill for
fourteen hours a day week in-week out. When we got home, our Dad
would thrash us to sleep with his belt!
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20230322220346.561D31C06E4%40moolenaar.net.