diff options
Diffstat (limited to 'libs/context/config/power.cpp')
-rw-r--r-- | libs/context/config/power.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libs/context/config/power.cpp b/libs/context/config/power.cpp deleted file mode 100644 index 0551194a9..000000000 --- a/libs/context/config/power.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// power.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(__powerpc) && !defined(__powerpc__) && !defined(__ppc) \ - && !defined(__ppc__) && !defined(_M_PPC) && !defined(_ARCH_PPC) \ - && !defined(__POWERPC__) && !defined(__PPCGECKO__) \ - && !defined(__PPCBROADWAY) && !defined(_XENON) -#error "Not PPC" -#endif |