From 0b1fa54a4dd23b395ece8125591c6a87f3d132e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Wed, 24 Jun 2020 12:38:46 +0200 Subject: [PATCH] wdpost: Remove commented code --- storage/wdpost_run.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/storage/wdpost_run.go b/storage/wdpost_run.go index fe42d2940..fcace70dd 100644 --- a/storage/wdpost_run.go +++ b/storage/wdpost_run.go @@ -383,8 +383,6 @@ func (s *WindowPoStScheduler) runPost(ctx context.Context, di miner.DeadlineInfo return nil, xerrors.Errorf("get need prove sectors: %w", err) } - // var skipped *abi.BitField - // { good, err := s.checkSectors(ctx, nps) if err != nil { return nil, xerrors.Errorf("checking sectors to skip: %w", err) @@ -394,7 +392,6 @@ func (s *WindowPoStScheduler) runPost(ctx context.Context, di miner.DeadlineInfo if err != nil { return nil, xerrors.Errorf("nps - good: %w", err) } - // } skipCount, err := skipped.Count() if err != nil {