summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2019-01-02 18:40:30 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2019-01-02 18:40:30 (GMT)
commit734744df94aa5435c151fcf726c80b0b72db8ae9 (patch)
tree8912525e0aed51acb4c73835875627a7c8bdad8e /src/H5Fint.c
parent3c6944b684be6ce4df136fb40df2fdea51519cb4 (diff)
downloadhdf5-734744df94aa5435c151fcf726c80b0b72db8ae9.zip
hdf5-734744df94aa5435c151fcf726c80b0b72db8ae9.tar.gz
hdf5-734744df94aa5435c151fcf726c80b0b72db8ae9.tar.bz2
Remove unnecessary s
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index 39dc1c5..253ec3c 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -482,8 +482,6 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5F_get_objects_cb() */
-#if 0 /* MINIMIZED DATASET HEADERS */
-#else
/*-------------------------------------------------------------------------
* Function: H5F_set_min_dset_ohdr
@@ -507,7 +505,6 @@ H5F_set_min_dset_ohdr(H5F_t *f, hbool_t minimize)
FUNC_LEAVE_NOAPI(SUCCEED)
} /* H5F_set_min_dset_ohdr() */
-#endif /* MINIMIZED DATASET HEADERS */
/*--------------------------------------------------------------------------