Skip to content

Commit 018ca72

Browse files
committed
fix:
1 parent 8891280 commit 018ca72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/fpm_command_line.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ subroutine get_command_line_settings(cmd_settings)
708708

709709
block
710710
logical :: skip, clean_all
711-
character(len=256) :: config_file
712711

713712
skip = lget('skip')
714713
clean_all = lget('all')
@@ -721,7 +720,6 @@ subroutine get_command_line_settings(cmd_settings)
721720
allocate(fpm_clean_settings :: cmd_settings)
722721
call get_current_directory(working_dir, error)
723722
cmd_settings = fpm_clean_settings( &
724-
& is_unix=is_unix, &
725723
& calling_dir=working_dir, &
726724
& clean_skip=skip, &
727725
& clean_all=clean_all, &

0 commit comments

Comments
 (0)