From 25c1d220cf5b54d0908fc4b8bf1768043d0447bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Techet?= Date: Sun, 7 Aug 2016 11:29:49 +0200 Subject: [PATCH] objc: Remove unnecessary redefinition of UNUSED --- ctags/parsers/objc.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ctags/parsers/objc.c b/ctags/parsers/objc.c index 7d409d8b9..0c4254203 100644 --- a/ctags/parsers/objc.c +++ b/ctags/parsers/objc.c @@ -22,17 +22,6 @@ #include "routines.h" #include "vstring.h" -/* To get rid of unused parameter warning in - * -Wextra */ -#ifdef UNUSED -#elif defined(__GNUC__) -# define UNUSED(x) UNUSED_ ## x __attribute__((unused)) -#elif defined(__LCLINT__) -# define UNUSED(x) /*@unused@*/ x -#else -# define UNUSED(x) x -#endif - typedef enum { K_INTERFACE, K_IMPLEMENTATION, -- 2.11.4.GIT