Skip to content

Commit 169bd6c

Browse files
author
Damian Rouson
committed
Remove unused function interface body
1 parent 3aeae4f commit 169bd6c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/tests/unit/collectives/co_broadcast_allocatable_components.f90

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ program main
77
integer, parameter :: sender=1 !! co_broadcast source_image
88
character(len=*), parameter :: text="text" !! character message data
99

10-
interface
11-
function f(x) result(y)
12-
real x, y
13-
end function
14-
end interface
15-
1610
type dynamic
1711
character(len=:), allocatable :: string
1812
character(len=len(text)), allocatable :: string_array(:)

0 commit comments

Comments
 (0)