summaryrefslogtreecommitdiff
path: root/libs/context/config/x86.cpp
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/context/config/x86.cpp
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
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