summaryrefslogtreecommitdiff
path: root/src/network/network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network.cpp')
-rw-r--r--src/network/network.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/network/network.cpp b/src/network/network.cpp
index 4727e3344..ea770e500 100644
--- a/src/network/network.cpp
+++ b/src/network/network.cpp
@@ -11,8 +11,6 @@
#include "../stdafx.h"
-#ifdef ENABLE_NETWORK
-
#include "../strings_func.h"
#include "../command_func.h"
#include "../date_func.h"
@@ -1172,5 +1170,3 @@ bool IsNetworkCompatibleVersion(const char *other)
const char *hash2 = ExtractNetworkRevisionHash(other);
return hash1 && hash2 && (strncmp(hash1, hash2, GITHASH_SUFFIX_LEN) == 0);
}
-
-#endif /* ENABLE_NETWORK */