summaryrefslogtreecommitdiffstats
path: root/src/common/common_funcs.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2015-02-18 00:15:04 +0100
committerarchshift <admin@archshift.com>2015-02-22 21:19:30 +0100
commit0420a4d1de2919dce2eb3594e0d0c9984c63737a (patch)
tree3c98ec9b8ef86c68b8ee8a5f996b40f3854f2988 /src/common/common_funcs.h
parentMerge pull request #580 from lioncash/emplace (diff)
downloadyuzu-0420a4d1de2919dce2eb3594e0d0c9984c63737a.tar
yuzu-0420a4d1de2919dce2eb3594e0d0c9984c63737a.tar.gz
yuzu-0420a4d1de2919dce2eb3594e0d0c9984c63737a.tar.bz2
yuzu-0420a4d1de2919dce2eb3594e0d0c9984c63737a.tar.lz
yuzu-0420a4d1de2919dce2eb3594e0d0c9984c63737a.tar.xz
yuzu-0420a4d1de2919dce2eb3594e0d0c9984c63737a.tar.zst
yuzu-0420a4d1de2919dce2eb3594e0d0c9984c63737a.zip
Diffstat (limited to '')
-rw-r--r--src/common/common_funcs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h
index 4bbcc3571..28ccebc15 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 <bool> struct CompileTimeAssert;
-template<> struct CompileTimeAssert<true> {};
#define b2(x) ( (x) | ( (x) >> 1) )
#define b4(x) ( b2(x) | ( b2(x) >> 2) )