aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/macros.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-12-02 13:10:30 +0800
committerGitHub <noreply@github.com>2022-12-02 13:10:30 +0800
commit86f9e29c86af9a7f6eb30a7d8ff529898a8b20ec (patch)
treedd1074a4e2b2d53b7e76f60856f7111c5b0a5450 /src/nvim/macros.h
parentdcc686a208677a173430ace5e8a1ac73da9651d0 (diff)
downloadrneovim-86f9e29c86af9a7f6eb30a7d8ff529898a8b20ec.tar.gz
rneovim-86f9e29c86af9a7f6eb30a7d8ff529898a8b20ec.tar.bz2
rneovim-86f9e29c86af9a7f6eb30a7d8ff529898a8b20ec.zip
refactor: remove COMMA (#21260)
It is not needed in Nvim. Ref #6068
Diffstat (limited to 'src/nvim/macros.h')
-rw-r--r--src/nvim/macros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/macros.h b/src/nvim/macros.h
index 9b7562e86f..242e3c381a 100644
--- a/src/nvim/macros.h
+++ b/src/nvim/macros.h
@@ -11,7 +11,6 @@
#else
# ifndef INIT
# define INIT(...) __VA_ARGS__
-# define COMMA ,
# endif
#endif