summaryrefslogtreecommitdiffstats
path: root/src/H5FDgass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDgass.c')
-rw-r--r--src/H5FDgass.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDgass.c b/src/H5FDgass.c
index 5ab0e8e..7da8855 100644
--- a/src/H5FDgass.c
+++ b/src/H5FDgass.c
@@ -304,7 +304,6 @@ H5FD_gass_open(const char *name, unsigned flags, hid_t fapl_id,
haddr_t maxaddr)
{
int fd;
- struct stat sb;
H5FD_gass_t *file=NULL;
const H5FD_gass_fapl_t *fa=NULL;
H5FD_gass_fapl_t _fa;