From 0420a4d1de2919dce2eb3594e0d0c9984c63737a Mon Sep 17 00:00:00 2001 From: archshift Date: Tue, 17 Feb 2015 15:15:04 -0800 Subject: Added information reporting from ThrowFatalError This was RE'd from the errdisp applet. --- src/common/common_funcs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/common_funcs.h') diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h index 4bbcc357..28ccebc1 100644 --- a/src/common/common_funcs.h +++ b/src/common/common_funcs.h @@ -14,8 +14,6 @@ #define SLEEP(x) usleep(x*1000) #endif -template struct CompileTimeAssert; -template<> struct CompileTimeAssert {}; #define b2(x) ( (x) | ( (x) >> 1) ) #define b4(x) ( b2(x) | ( b2(x) >> 2) ) -- cgit v1.2.3