aboutsummaryrefslogtreecommitdiff
path: root/zenutil/cache/cachekey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenutil/cache/cachekey.cpp')
-rw-r--r--zenutil/cache/cachekey.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/zenutil/cache/cachekey.cpp b/zenutil/cache/cachekey.cpp
deleted file mode 100644
index 545b47f11..000000000
--- a/zenutil/cache/cachekey.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright Epic Games, Inc. All Rights Reserved.
-
-#include <zenutil/cache/cachekey.h>
-
-namespace zen {
-
-const CacheKey CacheKey::Empty = CacheKey{.Bucket = std::string(), .Hash = IoHash()};
-
-} // namespace zen