From 42f8cd0d85bf67ab952fc8e0fef2eac493d973dc Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 30 Jan 2015 20:49:12 -0500 Subject: [PATCH] Remove unused variable in output_interface module. --- src/output_interface.F90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/output_interface.F90 b/src/output_interface.F90 index fc31b8307b..d8134aa583 100644 --- a/src/output_interface.F90 +++ b/src/output_interface.F90 @@ -1942,7 +1942,6 @@ contains #ifdef MPI # ifndef HDF5 integer(MPI_OFFSET_KIND) :: offset ! offset of data - integer :: size_offset_kind ! the data offset kind integer :: size_bank ! size of bank to write integer :: datatype # endif