aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cas.h
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-10-03 16:42:57 +0200
committerGitHub Enterprise <[email protected]>2024-10-03 16:42:57 +0200
commitb13b5f48bb497aaf9f9f3d74aceb6e474cf12898 (patch)
tree24b1ed63ece11fb773a0ecf41ce6308969468198 /src/zenstore/cas.h
parent5.5.9-pre0 (diff)
downloadzen-b13b5f48bb497aaf9f9f3d74aceb6e474cf12898.tar.xz
zen-b13b5f48bb497aaf9f9f3d74aceb6e474cf12898.zip
remove gc v1 (#121)
* kill gc v1 * block use of gc v1 from zen command line * warn and flip to gcv2 if --gc-v2=false is specified for zenserver
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: