is not used anywhere else

This commit is contained in:
Martin Diehl 2019-03-07 22:47:45 +01:00
parent a4cdbab7cf
commit de6fd605ee
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module config
integer(pInt), dimension(:), allocatable :: pos
end type tPartitionedString
type, public :: tPartitionedStringList
type, private :: tPartitionedStringList
type(tPartitionedString) :: string
type(tPartitionedStringList), pointer :: next => null()
contains