Skip to content

Commit 68e4946

Browse files
committed
remove unused variables
1 parent 71b2a2a commit 68e4946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fpm/test/help_test/help_test.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
program help_test
22
use,intrinsic :: iso_fortran_env, only : stdin=>input_unit, stdout=>output_unit, stderr=>error_unit
33
implicit none
4-
integer :: i, j, k
4+
integer :: i, j
55
integer :: be, af
66
character(len=:),allocatable :: path
77
integer :: estat, cstat
@@ -131,7 +131,7 @@ subroutine slurp(filename,text)
131131
!$@(#) M_io::slurp(3f): allocate text array and read file filename into it
132132
character(*),intent(in) :: filename ! filename to shlep
133133
character(len=1),allocatable,intent(out) :: text(:) ! array to hold file
134-
integer :: nchars, igetunit, ios, i, icount
134+
integer :: nchars, igetunit, ios
135135
character(len=256) :: message
136136
character(len=4096) :: local_filename
137137
ios=0

0 commit comments

Comments
 (0)