diff options
Diffstat (limited to 'src/H5B2pkg.h')
-rw-r--r-- | src/H5B2pkg.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h index 5ffa062..21b6eee 100644 --- a/src/H5B2pkg.h +++ b/src/H5B2pkg.h @@ -215,13 +215,6 @@ typedef struct H5B2_internal_t { unsigned depth; /* Depth of this node in the B-tree */ } H5B2_internal_t; -/* User data for metadata cache 'load' callback */ -typedef struct { - H5RC_t *bt2_shared; /* Ref counter for shared B-tree info */ - unsigned nrec; /* Number of records in node to load */ - unsigned depth; /* Depth of node to load */ -} H5B2_int_load_ud1_t; - #ifdef H5B2_TESTING /* Node information for testing */ typedef struct { |