diff options
Diffstat (limited to 'src/H5B2private.h')
-rw-r--r-- | src/H5B2private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5B2private.h b/src/H5B2private.h index 850eb50..537921f 100644 --- a/src/H5B2private.h +++ b/src/H5B2private.h @@ -52,7 +52,6 @@ /* B-tree IDs for various internal things. */ typedef enum H5B2_subid_t { H5B2_TEST_ID = 0, /* B-tree is for testing (do not use for actual data) */ - H5B2_BLK_TRK_ID, /* B-tree is for block tracker records */ H5B2_NUM_BTREE_ID /* Number of B-tree IDs (must be last) */ } H5B2_subid_t; |