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/misc.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/base/misc.hh') diff --git a/src/base/misc.hh b/src/base/misc.hh index 82fe8c4c0..de44dc3f5 100644 --- a/src/base/misc.hh +++ b/src/base/misc.hh @@ -71,7 +71,6 @@ __exit_message(const char *prefix, int code, VARARGS_ALLARGS); } -M5_PRAGMA_NORETURN(__exit_message) #define exit_message(prefix, code, ...) \ __exit_message(prefix, code, __FUNCTION__, __FILE__, __LINE__, \ __VA_ARGS__) -- cgit v1.2.3