File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import (
24
24
properties "github.com/arduino/go-properties-orderedmap"
25
25
"golang.org/x/exp/slices"
26
26
27
- bldr "github.com/arduino/arduino-cli/arduino/builder"
28
27
"github.com/arduino/arduino-cli/arduino/globals"
29
28
"github.com/arduino/arduino-cli/legacy/builder/builder_utils"
30
29
"github.com/arduino/arduino-cli/legacy/builder/constants"
@@ -120,9 +119,6 @@ func (s *ExportProjectCMake) Run(ctx *types.Context) error {
120
119
return err
121
120
}
122
121
123
- // Use old ctags method to generate export file
124
- ctx .SketchSourceMerged = bldr .FilterSketchSource (ctx .Sketch , strings .NewReader (ctx .SketchSourceMerged ), true )
125
-
126
122
err = utils .CopyDir (ctx .SketchBuildPath .String (), cmakeFolder .Join ("sketch" ).String (), validExportExtensions )
127
123
if err != nil {
128
124
fmt .Println (err )
You can’t perform that action at this time.
0 commit comments