diff options
Diffstat (limited to 'libs/context/config/sparc.cpp')
-rw-r--r-- | libs/context/config/sparc.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/context/config/sparc.cpp b/libs/context/config/sparc.cpp deleted file mode 100644 index 3df2df84e..000000000 --- a/libs/context/config/sparc.cpp +++ /dev/null @@ -1,11 +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(__sparc__) && !defined(__sparc) -#error "Not SPARC" -#endif |