Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 21, 2022
1 parent 3776de2 commit e6f283b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/swiftest/swiftest_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1231,11 +1231,6 @@ module subroutine swiftest_util_dealloc_tp(self)
class(swiftest_tp), intent(inout) :: self
end subroutine swiftest_util_dealloc_tp

module subroutine util_exit(code)
implicit none
integer(I4B), intent(in) :: code !! Failure exit code
end subroutine util_exit

module subroutine swiftest_util_fill_body(self, inserts, lfill_list)
implicit none
class(swiftest_body), intent(inout) :: self !! Swiftest body object
Expand Down

0 comments on commit e6f283b

Please sign in to comment.