summaryrefslogtreecommitdiffstats
path: root/src/H5FD.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-09-28 19:36:25 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-09-28 19:36:25 (GMT)
commit71ba8671b3c48722c09fed8721e73b9322d14a5c (patch)
treebce6912afc6d7b4933d141b751175177b6ade45a /src/H5FD.c
parent3289dc5a18474cfe39211cb006d01a84a4f0a27c (diff)
downloadhdf5-71ba8671b3c48722c09fed8721e73b9322d14a5c.zip
hdf5-71ba8671b3c48722c09fed8721e73b9322d14a5c.tar.gz
hdf5-71ba8671b3c48722c09fed8721e73b9322d14a5c.tar.bz2
[svn-r12692] Removed code that was used to support lazy allocation of file space
since HDF5 no longer allocates file space lazily. Tested on mir; should be only a cleanup, since the code isn't called from anywhere.
Diffstat (limited to 'src/H5FD.c')
-rw-r--r--src/H5FD.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FD.c b/src/H5FD.c
index d1eaffe..84066f2 100644
--- a/src/H5FD.c
+++ b/src/H5FD.c
@@ -1048,7 +1048,6 @@ H5FD_open(const char *name, unsigned flags, hid_t fapl_id, haddr_t maxaddr)
HGOTO_ERROR(H5E_VFL, H5E_CANTINC, NULL, "unable to increment ref count on VFL driver")
file->cls = driver;
file->maxaddr = maxaddr;
- file->reserved_alloc = 0;
HDmemset(file->fl, 0, sizeof(file->fl));
if(H5P_get(plist, H5F_ACS_META_BLOCK_SIZE_NAME, &(meta_block_size)) < 0)
HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, NULL, "can't get meta data block size")