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) { - } -}