Skip to content

Commit 208bbf9

Browse files
committed
Remove the old, no longer used, includeCache
1 parent f43262c commit 208bbf9

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
@@ -568,20 +568,3 @@ func LibrariesLoader(
568568
resolver := librariesresolver.NewCppResolver(allLibs, targetPlatform, actualPlatform)
569569
return lm, resolver, verboseOut.Bytes(), nil
570570
}
571-
572-
type includeCacheEntry struct {
573-
Sourcefile *paths.Path
574-
Include string
575-
Includepath *paths.Path
576-
}
577-
578-
// String fixdoc
579-
func (entry *includeCacheEntry) String() string {
580-
return fmt.Sprintf("SourceFile: %s; Include: %s; IncludePath: %s",
581-
entry.Sourcefile, entry.Include, entry.Includepath)
582-
}
583-
584-
// Equals fixdoc
585-
func (entry *includeCacheEntry) Equals(other *includeCacheEntry) bool {
586-
return entry.String() == other.String()
587-
}

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

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

0 commit comments

Comments
 (0)