summaryrefslogtreecommitdiff
path: root/zen/build_info.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:09:55 +0200
committerDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:09:55 +0200
commit9b623ea3943165fe7efb5e47a0b5b9452c1599e6 (patch)
treedde40e07e907ac6e0ca9ea32524f2cd4810d4be6 /zen/build_info.h
parent9.7 (diff)
downloadFreeFileSync-9b623ea3943165fe7efb5e47a0b5b9452c1599e6.tar.gz
FreeFileSync-9b623ea3943165fe7efb5e47a0b5b9452c1599e6.tar.bz2
FreeFileSync-9b623ea3943165fe7efb5e47a0b5b9452c1599e6.zip
9.8
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