From 603207552f8fac5c1bf061b32e7ab9d49f72ce53 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Wed, 15 Dec 2021 10:34:18 +0100 Subject: Deleted unused statically-linked function --- zenstore/gc.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/zenstore/gc.cpp b/zenstore/gc.cpp index 4fb8c0096..d23e0c466 100644 --- a/zenstore/gc.cpp +++ b/zenstore/gc.cpp @@ -550,8 +550,6 @@ GcScheduler::NextGcTime(GcClock::TimePoint CurrentTime) #if ZEN_WITH_TESTS namespace { - IoHash CreateKey(size_t KeyValue) { return IoHash::HashBuffer(&KeyValue, sizeof(size_t)); } - static IoBuffer CreateChunk(uint64_t Size) { static std::random_device rd; -- cgit v1.2.3