File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ import (
2727
2828var tr = i18n .Tr
2929
30- const DEFAULT_DEBUG_LEVEL = 5
31-
3230type Builder struct {}
3331
3432func (s * Builder ) Run (ctx * types.Context ) error {
Original file line number Diff line number Diff line change @@ -19,20 +19,11 @@ import (
1919 "github.com/arduino/arduino-cli/arduino/builder"
2020 "github.com/arduino/arduino-cli/arduino/builder/detector"
2121 "github.com/arduino/arduino-cli/arduino/builder/logger"
22- "github.com/arduino/arduino-cli/arduino/cores/packagemanager"
23- paths "github.com/arduino/go-paths-helper"
2422)
2523
2624// Context structure
2725type Context struct {
2826 Builder * builder.Builder
2927 SketchLibrariesDetector * detector.SketchLibrariesDetector
3028 BuilderLogger * logger.BuilderLogger
31-
32- // Used only by legacy tests
33- HardwareDirs paths.PathList
34- BuiltInToolsDirs paths.PathList
35- BuiltInLibrariesDirs * paths.Path
36- OtherLibrariesDirs paths.PathList
37- PackageManager * packagemanager.Explorer
3829}
You can’t perform that action at this time.
0 commit comments