File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ import (
27
27
28
28
var tr = i18n .Tr
29
29
30
- const DEFAULT_DEBUG_LEVEL = 5
31
-
32
30
type Builder struct {}
33
31
34
32
func (s * Builder ) Run (ctx * types.Context ) error {
Original file line number Diff line number Diff line change @@ -19,20 +19,11 @@ import (
19
19
"github.com/arduino/arduino-cli/arduino/builder"
20
20
"github.com/arduino/arduino-cli/arduino/builder/detector"
21
21
"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"
24
22
)
25
23
26
24
// Context structure
27
25
type Context struct {
28
26
Builder * builder.Builder
29
27
SketchLibrariesDetector * detector.SketchLibrariesDetector
30
28
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
38
29
}
You can’t perform that action at this time.
0 commit comments