From: Todd C. Miller Date: Fri, 30 Mar 2012 17:55:08 +0000 (-0400) Subject: g/c __unused which is no longer used X-Git-Tag: SUDO_1_7_9p1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65c4c12a93d8aaf83f6c07f5c818932352c23e41;p=sudo g/c __unused which is no longer used --HG-- branch : 1.7 --- diff --git a/missing.h b/missing.h index 8b2a13c33..cc7075fdb 100644 --- a/missing.h +++ b/missing.h @@ -47,15 +47,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)