summaryrefslogtreecommitdiff
path: root/libs/context/config/x86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/context/config/x86.cpp')
-rw-r--r--libs/context/config/x86.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/libs/context/config/x86.cpp b/libs/context/config/x86.cpp
deleted file mode 100644
index 0d2f9c2e9..000000000
--- a/libs/context/config/x86.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// x86.cpp
-//
-// Copyright (c) 2012 Steven Watanabe
-//
-// Distributed under the Boost Software License Version 1.0. (See
-// accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
-
-#if !defined(i386) && !defined(__i386__) && !defined(__i386) \
- && !defined(__i486__) && !defined(__i586__) && !defined(__i686__) \
- && !defined(_M_IX86) && !defined(__X86__) && !defined(_X86_) \
- && !defined(__THW_INTEL__) && !defined(__I86__) && !defined(__INTEL__) \
- && !defined(__amd64__) && !defined(__x86_64__) && !defined(__amd64) \
- && !defined(__x86_64) && !defined(_M_X64)
-#error "Not x86"
-#endif