Skip to content

Commit a44fb6d

Browse files
committed
Removed leftover
1 parent 37766dc commit a44fb6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: internal/arduino/builder/linker.go

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ func (b *Builder) link() error {
6767
for _, archive := range newArchives {
6868
archiveDir := archive.Parent()
6969
relatedObjectFiles := objectFiles.Clone()
70-
relatedObjectFiles.FilterOutSuffix(".a")
7170
relatedObjectFiles.Filter(func(object *paths.Path) bool {
7271
// extract all the object files that are in the same directory of the archive
7372
return object.Parent().EquivalentTo(archiveDir)

0 commit comments

Comments
 (0)