diff options
| author | Martin Ridgers <[email protected]> | 2021-12-15 10:34:18 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-15 10:34:18 +0100 |
| commit | 603207552f8fac5c1bf061b32e7ab9d49f72ce53 (patch) | |
| tree | 80b4ae970245a6c2ad5368b82baf7b40065ad848 | |
| parent | Paths are not wide on non-Windows so WideToUtf8() cannot be used (diff) | |
| download | zen-603207552f8fac5c1bf061b32e7ab9d49f72ce53.tar.xz zen-603207552f8fac5c1bf061b32e7ab9d49f72ce53.zip | |
Deleted unused statically-linked function
| -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; |