Skip to content

Commit 6c892d0

Browse files
committed
Removed unused currentBuildOptionsJSON field
1 parent abd8547 commit 6c892d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arduino/builder/build_options_manager.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ import (
3030

3131
// BuildOptions fixdoc
3232
type BuildOptions struct {
33-
currentOptions *properties.Map
34-
currentBuildOptionsJSON []byte
33+
currentOptions *properties.Map
3534

3635
hardwareDirs paths.PathList
3736
builtInToolsDirs paths.PathList
@@ -104,7 +103,6 @@ func (b *Builder) WipeBuildPath() error {
104103
if err != nil {
105104
return errors.WithStack(err)
106105
}
107-
b.buildOptions.currentBuildOptionsJSON = buildOptionsJSON
108106

109107
if err := b.wipeBuildPath(); err != nil {
110108
return errors.WithStack(err)

0 commit comments

Comments
 (0)