From 1e7afbd53f21e738008a9516211e74c0052b8976 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 28 Mar 2012 17:07:29 -0400 Subject: [PATCH] g/c __unused which is no longer used --- include/missing.h | 9 --------- 1 file changed, 9 deletions(-) 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) -- 2.40.0