Skip to content

Commit 629da03

Browse files
committed
Remove the old, no longer used, includeCache
1 parent 6631b1d commit 629da03

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
@@ -566,20 +566,3 @@ func LibrariesLoader(
566566
resolver := librariesresolver.NewCppResolver(allLibs, targetPlatform, actualPlatform)
567567
return resolver, verboseOut.Bytes(), nil
568568
}
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-
}

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

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

0 commit comments

Comments
 (0)