File tree Expand file tree Collapse file tree 2 files changed +0
-134
lines changed
internal/arduino/builder/internal/detector Expand file tree Collapse file tree 2 files changed +0
-134
lines changed Original file line number Diff line number Diff line change @@ -565,20 +565,3 @@ func LibrariesLoader(
565
565
resolver := librariesresolver .NewCppResolver (allLibs , targetPlatform , actualPlatform )
566
566
return resolver , verboseOut .Bytes (), nil
567
567
}
568
-
569
- type includeCacheEntry struct {
570
- Sourcefile * paths.Path
571
- Include string
572
- Includepath * paths.Path
573
- }
574
-
575
- // String fixdoc
576
- func (entry * includeCacheEntry ) String () string {
577
- return fmt .Sprintf ("SourceFile: %s; Include: %s; IncludePath: %s" ,
578
- entry .Sourcefile , entry .Include , entry .Includepath )
579
- }
580
-
581
- // Equals fixdoc
582
- func (entry * includeCacheEntry ) Equals (other * includeCacheEntry ) bool {
583
- return entry .String () == other .String ()
584
- }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments