We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8891280 commit 018ca72Copy full SHA for 018ca72
src/fpm_command_line.f90
@@ -708,7 +708,6 @@ subroutine get_command_line_settings(cmd_settings)
708
709
block
710
logical :: skip, clean_all
711
- character(len=256) :: config_file
712
713
skip = lget('skip')
714
clean_all = lget('all')
@@ -721,7 +720,6 @@ subroutine get_command_line_settings(cmd_settings)
721
720
allocate(fpm_clean_settings :: cmd_settings)
722
call get_current_directory(working_dir, error)
723
cmd_settings = fpm_clean_settings( &
724
- & is_unix=is_unix, &
725
& calling_dir=working_dir, &
726
& clean_skip=skip, &
727
& clean_all=clean_all, &
0 commit comments