aboutsummaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vim.h b/src/vim.h
index 53706da049..fab3d70568 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -72,14 +72,6 @@ Error: configure did not run properly.Check auto/config.log.
# endif
#endif
-/* Mark unused function arguments with UNUSED, so that gcc -Wunused-parameter
- * can be used to check for mistakes. */
-#ifdef HAVE_ATTRIBUTE_UNUSED
-# define UNUSED __attribute__((unused))
-#else
-# define UNUSED
-#endif
-
# ifdef HAVE_LOCALE_H
# include <locale.h>
# endif