From 4b1fb6c3be9f810c1ddceddc6536f7687c23197d Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 29 Sep 2020 02:15:18 +0200 Subject: replace compile_guard with umbrella header for arch --- lib/compile_guard.cc | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lib/compile_guard.cc (limited to 'lib/compile_guard.cc') 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 -- cgit v1.2.3