Skip to content

Commit

Permalink
remove unsued variable in fortran test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanPerier committed Dec 3, 2024
1 parent 92c2860 commit cb3e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/test/Lower/do_concurrent_local_default_init.f90
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pure subroutine takes_ptr(p)
end do
end subroutine

subroutine test_default_init(p)
subroutine test_default_init()
type t
integer :: i = 2
end type
Expand Down

0 comments on commit cb3e976

Please sign in to comment.