diff options
| author | Dan Engelbrecht <[email protected]> | 2024-10-03 16:42:57 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-10-03 16:42:57 +0200 |
| commit | b13b5f48bb497aaf9f9f3d74aceb6e474cf12898 (patch) | |
| tree | 24b1ed63ece11fb773a0ecf41ce6308969468198 /src/zenstore/cas.h | |
| parent | 5.5.9-pre0 (diff) | |
| download | zen-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.h | 2 |
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: |