Skip to content

Commit 4509eaf

Browse files
committed
Remove dead code
fortran_stringify_integer_m in no longer used
1 parent cb3669a commit 4509eaf

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

src/assert/fortran_stringify_integer_m.f90

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/assert_m.f90

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,5 @@ module assert_m
22
!! Public interface
33
use assert_subroutine_m ! DO NOT PLACE AN ONLY CLAUSE HERE!
44
! All public members of assert_subroutine_m are exported
5-
6-
! The function below is public only to support automated
7-
! invocation via `assert_macros.h`. For a more broadly useful
8-
! function to convert numeric data to string format, please
9-
! consider using the functions that can be accessed via the
10-
! `string_t` generic interface in the Julienne framework at
11-
! https://go.lbl.gov/julienne.
12-
use fortran_stringify_integer_m, only : fortran_stringify_integer
135
implicit none
146
end module

0 commit comments

Comments
 (0)