Skip to content

Commit ada5191

Browse files
author
Andy Stokely
committed
Removed declaration of unused variable, s3, in mpas_test_remove_not_found.
1 parent 37b75c1 commit ada5191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_test/mpas_test_core_stream_list.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ end subroutine mpas_test_remove_from_empty_list
273273
subroutine mpas_test_remove_not_found(err)
274274
integer, intent(out) :: err
275275
type(MPAS_stream_list_type), pointer :: list, removed
276-
type(MPAS_stream_list_type), pointer :: s1, s2, s3
276+
type(MPAS_stream_list_type), pointer :: s1, s2
277277
integer :: ierr
278278

279279
err = 0

0 commit comments

Comments
 (0)