g/c __unused which is no longer used

This commit is contained in:
Todd C. Miller
2012-03-28 17:07:29 -04:00
parent 0a230feaed
commit 1e7afbd53f

View File

@@ -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)