Skip to content

Commit 416e241

Browse files
committed
fix failed merge
1 parent c3d5a28 commit 416e241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_targets.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ end function find_module_dependency
787787

788788

789789
!> Perform tree-shaking to remove unused module targets
790-
subroutine prune_build_targets(targets, root_package, prune_unused_objects, prune_unused_objects)
790+
subroutine prune_build_targets(targets, root_package, prune_unused_objects)
791791

792792
!> Build target list to prune
793793
type(build_target_ptr), intent(inout), allocatable :: targets(:)

0 commit comments

Comments
 (0)