]> granicus.if.org Git - sudo/commitdiff
g/c __unused which is no longer used
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Mar 2012 17:55:08 +0000 (13:55 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Mar 2012 17:55:08 +0000 (13:55 -0400)
--HG--
branch : 1.7

missing.h

index 8b2a13c33bfbd8884ea3b2b74618f97429732b2f..cc7075fdb48277cc4f6502120413cba41a8516f8 100644 (file)
--- a/missing.h
+++ b/missing.h
 # 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)