base: Remove unused M5_PRAGMA_NORETURN
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Wed, 13 Aug 2014 10:57:27 +0000 (06:57 -0400)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Wed, 13 Aug 2014 10:57:27 +0000 (06:57 -0400)
commiteb9226317d792b89a3ceed9b7653cc76953c2f06
tree57cf88e1fdeace0afadc51e0e84a13115cb900bd
parent25f5a6733cbca02f0db9839a00dec30f9751b462
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
src/base/misc.hh