Skip to content

Commit

Permalink
Removed leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Dec 20, 2023
1 parent 37766dc commit a44fb6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/arduino/builder/linker.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func (b *Builder) link() error {
for _, archive := range newArchives {
archiveDir := archive.Parent()
relatedObjectFiles := objectFiles.Clone()
relatedObjectFiles.FilterOutSuffix(".a")
relatedObjectFiles.Filter(func(object *paths.Path) bool {
// extract all the object files that are in the same directory of the archive
return object.Parent().EquivalentTo(archiveDir)
Expand Down

0 comments on commit a44fb6d

Please sign in to comment.