Skip to content

Commit

Permalink
remove unused variable isPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 13, 2024
1 parent d1b7b71 commit 51db268
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mediator/med_phases_restart_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ subroutine med_phases_restart_read(gcomp, rc)
character(ESMF_MAXSTR) :: case_name ! case name
character(ESMF_MAXSTR) :: restart_file ! Local path to restart filename
character(ESMF_MAXSTR) :: restart_pfile ! Local path to restart pointer filename
logical :: isPresent
character(len=*), parameter :: subname='(med_phases_restart_read)'
!---------------------------------------
call t_startf('MED:'//subname)
Expand Down

0 comments on commit 51db268

Please sign in to comment.