summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-03-11 03:06:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-03-11 03:06:05 (GMT)
commit0b3cccd0cb2521ef77077d677581d2d3342cdc6f (patch)
tree9cfbea07131180b489808bb4e194353daa853565 /src/H5O.c
parent48f022a701da0912a4776a3d9d24a102dd562b5f (diff)
downloadhdf5-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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 0f03237..d2ff41d 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -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();