Skip to content

Commit e128df5

Browse files
committed
Remove unused fnv_1a
1 parent aec789f commit e128df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fpm.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module fpm
2-
use fpm_strings, only: string_t, operator(.in.), glob, join, string_cat, fnv_1a, &
2+
use fpm_strings, only: string_t, operator(.in.), glob, join, string_cat, &
33
lower, str_ends_with
44
use fpm_backend, only: build_package
55
use fpm_command_line, only: fpm_build_settings, fpm_new_settings, &

src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module fpm_command_line
2828
OS_CYGWIN, OS_SOLARIS, OS_FREEBSD, OS_OPENBSD
2929
use M_CLI2, only : set_args, lget, sget, unnamed, remaining, specified
3030
use M_CLI2, only : get_subcommand, CLI_RESPONSE_FILE
31-
use fpm_strings, only : lower, split, fnv_1a, to_fortran_name, is_fortran_name
31+
use fpm_strings, only : lower, split, to_fortran_name, is_fortran_name
3232
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

0 commit comments

Comments
 (0)