diff --git a/src/list_header.F90 b/src/list_header.F90 index 27721a7a67..8020b96b17 100644 --- a/src/list_header.F90 +++ b/src/list_header.F90 @@ -34,7 +34,6 @@ module list_header type(ListElemChar), pointer :: prev => null() end type ListElemChar - !=============================================================================== ! LIST* types contain the linked list with convenience methods. We originally ! considered using unlimited polymorphism to provide a single type, but compiler