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 @@ -566,20 +566,3 @@ func LibrariesLoader(
566
566
resolver := librariesresolver .NewCppResolver (allLibs , targetPlatform , actualPlatform )
567
567
return resolver , verboseOut .Bytes (), nil
568
568
}
569
-
570
- type includeCacheEntry struct {
571
- Sourcefile * paths.Path
572
- Include string
573
- Includepath * paths.Path
574
- }
575
-
576
- // String fixdoc
577
- func (entry * includeCacheEntry ) String () string {
578
- return fmt .Sprintf ("SourceFile: %s; Include: %s; IncludePath: %s" ,
579
- entry .Sourcefile , entry .Include , entry .Includepath )
580
- }
581
-
582
- // Equals fixdoc
583
- func (entry * includeCacheEntry ) Equals (other * includeCacheEntry ) bool {
584
- return entry .String () == other .String ()
585
- }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments