summaryrefslogtreecommitdiffstats
path: root/src/H5Bpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Bpkg.h')
-rw-r--r--src/H5Bpkg.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Bpkg.h b/src/H5Bpkg.h
index e9cf69a..e645626 100644
--- a/src/H5Bpkg.h
+++ b/src/H5Bpkg.h
@@ -59,16 +59,12 @@ typedef struct H5B_t {
haddr_t right; /*address of right sibling */
uint8_t *native; /*array of keys in native format */
haddr_t *child; /*2k child pointers */
-
- /* Not stored on disk */
- void *parent; /* Flush dependency parent */
} H5B_t;
/* Callback info for loading a B-tree node into the cache */
typedef struct H5B_cache_ud_t {
H5F_t *f; /* File that B-tree node is within */
const struct H5B_class_t *type; /* Type of tree */
- void *parent; /* Flush dependency parent */
H5UC_t *rc_shared; /* Ref-counted shared info */
} H5B_cache_ud_t;