Skip to content

Commit cd9e5c6

Browse files
committed
Remove unused import
1 parent acf4139 commit cd9e5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module fpm_command_line
2929
use M_CLI2, only : set_args, lget, sget, unnamed, remaining, specified
3030
use M_CLI2, only : get_subcommand, CLI_RESPONSE_FILE
3131
use fpm_strings, only : lower, split, to_fortran_name, is_fortran_name
32-
use fpm_filesystem, only : basename, canon_path, which, run, join_path
32+
use fpm_filesystem, only : basename, canon_path, which, run
3333
use fpm_environment, only : get_command_arguments_quoted
3434
use fpm_error, only : fpm_stop, error_t
3535
use fpm_os, only : get_current_directory

0 commit comments

Comments
 (0)