Skip to content

Commit 0e3a3ca

Browse files
committed
remove unused variable
1 parent a4de12d commit 0e3a3ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

share/shr_abort_mod.F90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ subroutine shr_abort_abort(string,rc, line, file)
4444
integer(shr_kind_in), intent(in), optional :: line
4545
character(len=*), intent(in), optional :: file
4646

47-
!----- local -----
48-
logical :: flag
49-
5047
! Local version of the string.
5148
! (Gets a default value if string is not present.)
5249
character(len=shr_kind_cx) :: local_string

0 commit comments

Comments
 (0)