aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-05-17 15:22:54 +0200
committerDan Engelbrecht <[email protected]>2022-05-17 15:22:54 +0200
commita8f84317c4caec04ede7744356da1b7b2f15c545 (patch)
treef024af64b3c6e011c2b806ce3015ce1dfa891002 /zenserver/cache/structuredcachestore.cpp
parentMerge pull request #94 from EpicGames/de/http-cache-api-with-namespaces (diff)
downloadzen-a8f84317c4caec04ede7744356da1b7b2f15c545.tar.xz
zen-a8f84317c4caec04ede7744356da1b7b2f15c545.zip
fix release build, misplaced namespace brackets
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
-rw-r--r--zenserver/cache/structuredcachestore.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp
index 16130a98b..6b7b73dcf 100644
--- a/zenserver/cache/structuredcachestore.cpp
+++ b/zenserver/cache/structuredcachestore.cpp
@@ -2284,12 +2284,8 @@ ZenCacheStore::StorageSize() const
//////////////////////////////////////////////////////////////////////////
-} // namespace zen
-
#if ZEN_WITH_TESTS
-namespace zen {
-
using namespace std::literals;
namespace testutils {