diff --git a/include/missing.h b/include/missing.h index f05ac0de1..658f399da 100644 --- a/include/missing.h +++ b/include/missing.h @@ -34,15 +34,6 @@ # define __attribute__(x) #endif -/* For silencing gcc warnings about rcsids */ -#ifndef __unused -# if defined(__GNUC__) && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 7) -# define __unused __attribute__((__unused__)) -# else -# define __unused -# endif -#endif - /* For catching format string mismatches */ #ifndef __printflike # if defined(__GNUC__) && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 7)