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