refactor: remove COMMA (#21260)

It is not needed in Nvim. Ref #6068
This commit is contained in:
zeertzjq
2022-12-02 13:10:30 +08:00
committed by GitHub
parent dcc686a208
commit 86f9e29c86
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
#else
# ifndef INIT
# define INIT(...) __VA_ARGS__
# define COMMA ,
# endif
#endif