diff options
Diffstat (limited to 'src/H5FScache.c')
-rw-r--r-- | src/H5FScache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FScache.c b/src/H5FScache.c index 42eccff..400f07c 100644 --- a/src/H5FScache.c +++ b/src/H5FScache.c @@ -519,7 +519,6 @@ H5FS__cache_hdr_pre_serialize(const H5F_t *f, hid_t dxpl_id, void *_thing, HDassert(fspace->sect_size > 0); if(!H5F_addr_defined(fspace->sect_addr)) { /* case 1 */ - haddr_t tag = HADDR_UNDEF; /* allocate file space for the section info, and insert it |