Skip to content

Commit 3282c75

Browse files
committed
Removed unused var
1 parent 2dfd160 commit 3282c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/actorstate/miner/sector_events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ type SectorStates struct {
264264
// LoadSectorState loads all sectors from a miners partitions and returns a SectorStates structure containing individual
265265
// bitfields for all active, live, faulty and recovering sector.
266266
func LoadSectorState(ctx context.Context, state miner.State) (*SectorStates, error) {
267-
ctx, span := otel.Tracer("").Start(ctx, "LoadSectorState")
267+
_, span := otel.Tracer("").Start(ctx, "LoadSectorState")
268268
defer span.End()
269269

270270
sectorStates := &SectorStates{}

0 commit comments

Comments
 (0)