diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-04 21:14:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-04 21:14:42 (GMT) |
commit | 24770bf21839352eb3516bc4b472a4ec63176c9f (patch) | |
tree | dc7015ad7e1178472c132659aeae41d2c0626b48 /src/H5B2dbg.c | |
parent | 8ffba3474e33a667e2ada4d55143583b18a1c46e (diff) | |
download | hdf5-24770bf21839352eb3516bc4b472a4ec63176c9f.zip hdf5-24770bf21839352eb3516bc4b472a4ec63176c9f.tar.gz hdf5-24770bf21839352eb3516bc4b472a4ec63176c9f.tar.bz2 |
[svn-r9939] Purpose:
New feature
Description:
Expand v2 B-tree code to support splitting the root node when enough
records are inserted and move metadata cache callbacks into their own source
file.
Platforms tested:
FreeBSD 4.11 (sleipnir) w/parallel
Too minor for h5committest
Diffstat (limited to 'src/H5B2dbg.c')
-rw-r--r-- | src/H5B2dbg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5B2dbg.c b/src/H5B2dbg.c index 6e8af60..bd18582 100644 --- a/src/H5B2dbg.c +++ b/src/H5B2dbg.c @@ -31,9 +31,6 @@ #include "H5Eprivate.h" /* Error handling */ #include "H5FLprivate.h" /* Free Lists */ -/* H5B2 inherits cache-like properties from H5AC */ -extern const H5AC_class_t H5AC_BT2_HDR[1]; - /*------------------------------------------------------------------------- * Function: H5B2_hdr_debug |