From ffcc832f522e13277ff122202fccb59305c042f9 Mon Sep 17 00:00:00 2001 From: whyrusleeping Date: Mon, 11 Sep 2023 12:21:31 -0700 Subject: [PATCH] rm dead code --- bgs/bgs.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bgs/bgs.go b/bgs/bgs.go index 878cf5396..5a2f622f0 100644 --- a/bgs/bgs.go +++ b/bgs/bgs.go @@ -1050,8 +1050,3 @@ func (bgs *BGS) runRepoCompaction(ctx context.Context) error { return nil } - -func (bgs *BGS) runRepoCompactor(ctx context.Context) { - for range time.Tick(time.Hour) { - } -}