Skip to content

Commit 765d63a

Browse files
committed
Removed unused access to arduino-cli 'libraries' package
1 parent 01f8947 commit 765d63a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ls/builder.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
"sync"
2525
"time"
2626

27-
"github.com/arduino/arduino-cli/arduino/libraries"
2827
rpc "github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1"
2928
"github.com/arduino/arduino-language-server/sourcemapper"
3029
"github.com/arduino/arduino-language-server/streams"
@@ -300,8 +299,7 @@ func (ls *INOLanguageServer) generateBuildEnvironment(ctx context.Context, fullB
300299

301300
// Currently those values are not used, keeping here for future improvements
302301
type cmdBuilderRes struct {
303-
BuildPath *paths.Path `json:"build_path"`
304-
UsedLibraries []*libraries.Library
302+
BuildPath *paths.Path `json:"build_path"`
305303
}
306304
type cmdRes struct {
307305
CompilerOut string `json:"compiler_out"`

0 commit comments

Comments
 (0)