From e2f62fd18beb9867571a81984aa9a26b4e9f48d4 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 3 Feb 2012 15:42:18 +0100 Subject: [PATCH] kill now unused declaration --- include/xbt/misc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/xbt/misc.h b/include/xbt/misc.h index 058341a65f..f4ea24fc7b 100644 --- a/include/xbt/misc.h +++ b/include/xbt/misc.h @@ -15,8 +15,6 @@ __attribute__((__format__ (__printf__, format_idx, arg_idx))) # define _XBT_GNUC_SCANF( format_idx, arg_idx ) \ __attribute__((__format__ (__scanf__, format_idx, arg_idx))) -# define _XBT_GNUC_FORMAT( arg_idx ) \ - __attribute__((__format_arg__ (arg_idx))) # define _XBT_GNUC_NORETURN __attribute__((__noreturn__)) # define _XBT_GNUC_UNUSED __attribute__((__unused__)) # define _XBT_GNUC_CONSTRUCTOR __attribute__((__constructor__)) @@ -26,7 +24,6 @@ #else /* !__GNUC__ */ # define _XBT_GNUC_PRINTF( format_idx, arg_idx ) # define _XBT_GNUC_SCANF( format_idx, arg_idx ) -# define _XBT_GNUC_FORMAT( arg_idx ) # define _XBT_GNUC_NORETURN # define _XBT_GNUC_UNUSED # define _XBT_GNUC_CONSTRUCTOR -- 2.20.1