diff options
Diffstat (limited to 'libs/context/config/64.cpp')
-rw-r--r-- | libs/context/config/64.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/context/config/64.cpp b/libs/context/config/64.cpp deleted file mode 100644 index 5a33bc645..000000000 --- a/libs/context/config/64.cpp +++ /dev/null @@ -1,9 +0,0 @@ -// 64.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) - -int test[sizeof(void*) == 8? 1 : -1]; |