Skip to content

Commit 6740d85

Browse files
Remove unused ComparePrototypesFromSourceAndPreprocSource
Signed-off-by: Matthijs Kooijman <[email protected]>
1 parent e418963 commit 6740d85

File tree

2 files changed

+0
-62
lines changed

2 files changed

+0
-62
lines changed

src/arduino.cc/builder/compare_prototypes_from_source_and_preproc_source.go

-61
This file was deleted.

src/arduino.cc/builder/types/context.go

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ type Context struct {
6565
// C++ Parsing
6666
CTagsOutput string
6767
CTagsTargetFile string
68-
CTagsOfSource []*CTag
6968
CTagsOfPreprocessedSource []*CTag
7069
CTagsCollected []*CTag
7170
IncludeSection string

0 commit comments

Comments
 (0)