Skip to content

Commit fc80bf0

Browse files
committed
Removed unused variable
1 parent 7d728c7 commit fc80bf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/globals/globals.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
"os"
2020
"path/filepath"
2121

22-
"github.com/arduino/arduino-cli/i18n"
2322
"github.com/arduino/arduino-cli/version"
2423
)
2524

@@ -28,5 +27,4 @@ var (
2827
VersionInfo = version.NewInfo(filepath.Base(os.Args[0]))
2928
// DefaultIndexURL is the default index url
3029
DefaultIndexURL = "https://downloads.arduino.cc/packages/package_index.json"
31-
tr = i18n.Tr
3230
)

0 commit comments

Comments
 (0)