diff options
Diffstat (limited to 'src/H5HFprivate.h')
-rw-r--r-- | src/H5HFprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5HFprivate.h b/src/H5HFprivate.h index 984d717..b5abe9e 100644 --- a/src/H5HFprivate.h +++ b/src/H5HFprivate.h @@ -65,8 +65,6 @@ typedef struct H5HF_create_t { H5HF_addrmap_t addrmap; /* Type of address mapping for objects in heap */ uint32_t standalone_size; /* Size of object to store standalone */ /* (i.e. max. size of object to manage) */ - uint32_t fixed_len_size; /* Size of objects, in bytes (0 means variable-sized objects) */ - /* (only for heaps w/fixed-length objects) */ unsigned char ref_count_size; /* Size of ref. count field for objects, in bytes (0 means no ref. counts for objects) */ /* (only for heaps w/ref. counted objects) */ } H5HF_create_t; |