From eb9226317d792b89a3ceed9b7653cc76953c2f06 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Wed, 13 Aug 2014 06:57:27 -0400 Subject: base: Remove unused M5_PRAGMA_NORETURN The M5_PRAGMA_NORETURN macro was only used in for __exit_message. Since the macro only holds a stub definition and all functions with noreturn semantics use the M5_ATTR_NORETURN, this macros is completely redundant. --- src/base/compiler.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/base/compiler.hh') diff --git a/src/base/compiler.hh b/src/base/compiler.hh index a16667d8d..0e3c85a78 100644 --- a/src/base/compiler.hh +++ b/src/base/compiler.hh @@ -47,7 +47,6 @@ #if defined(__GNUC__) #define M5_ATTR_NORETURN __attribute__((noreturn)) -#define M5_PRAGMA_NORETURN(x) #define M5_DUMMY_RETURN #define M5_VAR_USED __attribute__((unused)) -- cgit v1.2.3