]> granicus.if.org Git - sudo/commitdiff
g/c __unused which is no longer used
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 28 Mar 2012 21:07:29 +0000 (17:07 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 28 Mar 2012 21:07:29 +0000 (17:07 -0400)
include/missing.h

index f05ac0de12ad7a569d483d0663a642322f60e17e..658f399da04f40941203d45c3070d9e3ac656be9 100644 (file)
 # 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)