diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-09-28 19:36:25 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-09-28 19:36:25 (GMT) |
commit | 71ba8671b3c48722c09fed8721e73b9322d14a5c (patch) | |
tree | bce6912afc6d7b4933d141b751175177b6ade45a /src/H5FDpublic.h | |
parent | 3289dc5a18474cfe39211cb006d01a84a4f0a27c (diff) | |
download | hdf5-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/H5FDpublic.h')
-rw-r--r-- | src/H5FDpublic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index 4a1e084..16ec733 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -219,7 +219,6 @@ struct H5FD_t { unsigned long feature_flags; /* VFL Driver feature Flags */ hsize_t threshold; /* Threshold for alignment */ hsize_t alignment; /* Allocation alignment */ - hsize_t reserved_alloc; /* Space reserved for later alloc calls */ /* Metadata aggregation fields */ hsize_t def_meta_block_size; /* Metadata allocation |