From: Ruediger Meier Date: Mon, 19 Jun 2017 14:49:50 +0000 (+0200) Subject: uuidd: remove unused define X-Git-Tag: v2.31-rc1~268^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=619081cdab293b0091bf67ee7711c1fd5c23837b;p=thirdparty%2Futil-linux.git uuidd: remove unused define Signed-off-by: Ruediger Meier --- diff --git a/misc-utils/uuidd.c b/misc-utils/uuidd.c index 313a4afe0c..371975d631 100644 --- a/misc-utils/uuidd.c +++ b/misc-utils/uuidd.c @@ -41,12 +41,6 @@ #include "nls.h" -#ifdef __GNUC__ -#define CODE_ATTR(x) __attribute__(x) -#else -#define CODE_ATTR(x) -#endif - /* length of textual representation of UUID, including trailing \0 */ #define UUID_STR_LEN 37