diff options
Diffstat (limited to 'zenstore')
| -rw-r--r-- | zenstore/gc.cpp | 2 |
1 files changed, 0 insertions, 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; |