Skip to content

Commit e974c73

Browse files
committed
Removed unused mutex
1 parent 539f970 commit e974c73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: commands/board/list.go

-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import (
2323
"regexp"
2424
"sort"
2525
"strings"
26-
"sync"
2726
"time"
2827

2928
"github.com/arduino/arduino-cli/arduino/cores/packagemanager"
@@ -39,7 +38,6 @@ import (
3938
var (
4039
// ErrNotFound is returned when the API returns 404
4140
ErrNotFound = errors.New(tr("board not found"))
42-
m sync.Mutex
4341
vidPidURL = "https://builder.arduino.cc/v3/boards/byVidPid"
4442
validVidPid = regexp.MustCompile(`0[xX][a-fA-F\d]{4}`)
4543
)

0 commit comments

Comments
 (0)