diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-11 03:06:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-11 03:06:05 (GMT) |
commit | 0b3cccd0cb2521ef77077d677581d2d3342cdc6f (patch) | |
tree | 9cfbea07131180b489808bb4e194353daa853565 /src/H5O.c | |
parent | 48f022a701da0912a4776a3d9d24a102dd562b5f (diff) | |
download | hdf5-0b3cccd0cb2521ef77077d677581d2d3342cdc6f.zip hdf5-0b3cccd0cb2521ef77077d677581d2d3342cdc6f.tar.gz hdf5-0b3cccd0cb2521ef77077d677581d2d3342cdc6f.tar.bz2 |
[svn-r13496] Description:
Reduce size of "default" link message storage.
Tested on:
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5O.c')
-rw-r--r-- | src/H5O.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -677,8 +677,6 @@ H5O_create(H5F_t *f, hid_t dxpl_id, size_t size_hint, hid_t ocpl_id, /* Initialize version-specific fields */ if(oh->version > H5O_VERSION_1) { - uint64_t tent_oh_size; /* Tentative size of object header */ - /* Initialize all time fields with current time, if we are storing them */ if(oh->flags & H5O_HDR_STORE_TIMES) oh->atime = oh->mtime = oh->ctime = oh->btime = H5_now(); |