aboutsummaryrefslogtreecommitdiff
path: root/lib/compile_guard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compile_guard.cc')
-rw-r--r--lib/compile_guard.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/compile_guard.cc b/lib/compile_guard.cc
deleted file mode 100644
index 61c7ad5..0000000
--- a/lib/compile_guard.cc
+++ /dev/null
@@ -1,5 +0,0 @@
-/* Copyright (c) 2020 Johannes Stoelp */
-
-#if !defined(linux) || (!defined(__x86_64__) && !defined(__amd64__))
-static_assert(false, "Matcha Threads only supported on Linux x86_64!");
-#endif