Skip to content

Commit 4daa8dc

Browse files
committed
Cleanup vestigial code
1 parent 5ab3daf commit 4daa8dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

fpm/src/fpm.f90

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ subroutine build_model(model, settings, package, error)
3838
type(fpm_build_settings), intent(in) :: settings
3939
type(package_config_t), intent(in) :: package
4040
type(error_t), allocatable, intent(out) :: error
41-
type(string_t), allocatable :: package_list(:)
4241

4342
integer :: i
4443
type(package_config_t) :: dependency
@@ -61,10 +60,6 @@ subroutine build_model(model, settings, package, error)
6160
call model%deps%add(package, error)
6261
if (allocated(error)) return
6362

64-
allocate(package_list(1))
65-
package_list(1)%s = package%name
66-
67-
6863
if(settings%compiler.eq.'')then
6964
model%fortran_compiler = 'gfortran'
7065
else

0 commit comments

Comments
 (0)