From c7eab5c5049e162b20570e970f8b1206ac136b37 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 17 Apr 2015 13:20:16 +0200 Subject: [PATCH] Removed unused function --- implementations/caching/CachedBlock.h | 1 - 1 file changed, 1 deletion(-) diff --git a/implementations/caching/CachedBlock.h b/implementations/caching/CachedBlock.h index daf3f14c..5172dd2c 100644 --- a/implementations/caching/CachedBlock.h +++ b/implementations/caching/CachedBlock.h @@ -23,7 +23,6 @@ public: size_t size() const override; - bool alreadyExistsInBaseStore(); std::unique_ptr releaseBlock(); private: