From 42a2c2582b10a598ce5ef50f7feb4bab394b8fc1 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Fri, 3 Oct 2025 15:57:42 +0200 Subject: cacherequests helpers test only (#551) * don't use cacherequests utils in cache_cmd.cpp * make zenutil/cacherequests code into test code helpers only --- src/zenutil/cache/cachekey.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/zenutil/cache/cachekey.cpp (limited to 'src/zenutil/cache/cachekey.cpp') diff --git a/src/zenutil/cache/cachekey.cpp b/src/zenutil/cache/cachekey.cpp deleted file mode 100644 index 545b47f11..000000000 --- a/src/zenutil/cache/cachekey.cpp +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#include - -namespace zen { - -const CacheKey CacheKey::Empty = CacheKey{.Bucket = std::string(), .Hash = IoHash()}; - -} // namespace zen -- cgit v1.2.3