aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/cas.h')
-rw-r--r--src/zenstore/cas.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zenstore/cas.h b/src/zenstore/cas.h
index 169f4d58c..bedbc6a9a 100644
--- a/src/zenstore/cas.h
+++ b/src/zenstore/cas.h
@@ -11,7 +11,6 @@
namespace zen {
-class GcContext;
class GcManager;
class ScrubContext;
@@ -51,7 +50,6 @@ public:
WorkerThreadPool* OptionalWorkerPool) = 0;
virtual void Flush() = 0;
virtual void ScrubStorage(ScrubContext& Ctx) = 0;
- virtual void GarbageCollect(GcContext& GcCtx) = 0;
virtual CidStoreSize TotalSize() const = 0;
protected: