summaryrefslogtreecommitdiff
path: root/zen/build_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/build_info.h')
-rwxr-xr-xzen/build_info.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/zen/build_info.h b/zen/build_info.h
index 7b0aa9cf..9b8b7fc0 100755
--- a/zen/build_info.h
+++ b/zen/build_info.h
@@ -7,8 +7,6 @@
#ifndef BUILD_INFO_H_5928539285603428657
#define BUILD_INFO_H_5928539285603428657
-namespace zen
-{
//determine build info: defines ZEN_BUILD_32BIT or ZEN_BUILD_64BIT
#ifdef __LP64__
@@ -24,6 +22,5 @@ namespace zen
#ifdef ZEN_BUILD_64BIT
static_assert(sizeof(void*) == 8, "");
#endif
-}
#endif //BUILD_INFO_H_5928539285603428657
bgstack15