Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Apr 27, 2024
1 parent 8891280 commit 018ca72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fpm_command_line.f90
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@ subroutine get_command_line_settings(cmd_settings)

block
logical :: skip, clean_all
character(len=256) :: config_file

skip = lget('skip')
clean_all = lget('all')
Expand All @@ -721,7 +720,6 @@ subroutine get_command_line_settings(cmd_settings)
allocate(fpm_clean_settings :: cmd_settings)
call get_current_directory(working_dir, error)
cmd_settings = fpm_clean_settings( &
& is_unix=is_unix, &
& calling_dir=working_dir, &
& clean_skip=skip, &
& clean_all=clean_all, &
Expand Down

0 comments on commit 018ca72

Please sign in to comment.