Skip to content

Commit 539f970

Browse files
committed
Removed leftover
1 parent 821c03a commit 539f970

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: commands/board/listall.go

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ import (
2525
rpc "github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1"
2626
)
2727

28-
// maximumSearchDistance is the maximum Levenshtein distance accepted when using fuzzy search.
29-
// This value is completely arbitrary and picked randomly.
30-
const maximumSearchDistance = 20
31-
3228
// ListAll FIXMEDOC
3329
func ListAll(ctx context.Context, req *rpc.BoardListAllRequest) (*rpc.BoardListAllResponse, error) {
3430
pm := commands.GetPackageManager(req.GetInstance().GetId())

0 commit comments

Comments
 (0)