Skip to content

Commit 1060bb5

Browse files
committed
Remove the old, no longer used, includeCache
1 parent ed9958d commit 1060bb5

File tree

2 files changed

+0
-134
lines changed

2 files changed

+0
-134
lines changed

internal/arduino/builder/internal/detector/detector.go

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -565,20 +565,3 @@ func LibrariesLoader(
565565
resolver := librariesresolver.NewCppResolver(allLibs, targetPlatform, actualPlatform)
566566
return resolver, verboseOut.Bytes(), nil
567567
}
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-
}

internal/arduino/builder/internal/detector/include_cache.go

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)