Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Feb 26, 2024
1 parent 096585e commit 9f5b509
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/version_f.f90
Original file line number Diff line number Diff line change
Expand Up @@ -872,11 +872,6 @@ subroutine parse_version_range(this, string, error)
if (allocated(error)) return

this%comp_sets = [this%comp_sets, comp_set]

do i_sep= 1, size(comp_set%comps)
print *, comp_set%comps(i_sep)%op
print *, comp_set%comps(i_sep)%version%to_string()
end do
end

!> Parse a set of comparators that are separated by ` ` from a string. An
Expand Down

0 comments on commit 9f5b509

Please sign in to comment.