diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-02-24 13:45:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-02-24 13:45:02 (GMT) |
commit | b2d288804d3f17e824383436d038976c159d0eda (patch) | |
tree | c8d45d3cb55a2bf2cdbf9587157c4bcda8697706 /MANIFEST | |
parent | 89629922985edbd558ddf036fbfbbaf29876668a (diff) | |
download | hdf5-b2d288804d3f17e824383436d038976c159d0eda.zip hdf5-b2d288804d3f17e824383436d038976c159d0eda.tar.gz hdf5-b2d288804d3f17e824383436d038976c159d0eda.tar.bz2 |
[svn-r11965] Purpose:
Maintenance
Description:
Remove half-built (half-baked? :-) implementation of B+tree, block tracker
and segmented heaps. (In preparation for starting the new heap coding)
Platforms tested:
FreeBSD 4.11 (sleipnir)
Linux 2.4 (heping)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -410,21 +410,6 @@ ./src/H5B2private.h ./src/H5B2public.h ./src/H5B2test.c -./src/H5BP.c -./src/H5BPcache.c -./src/H5BPdbg.c -./src/H5BPpkg.h -./src/H5BPprivate.h -./src/H5BPpublic.h -./src/H5BPtest.c -./src/H5BT.c -./src/H5BTbtree2.c -./src/H5BTcache.c -./src/H5BTdbg.c -./src/H5BTpkg.h -./src/H5BTprivate.h -./src/H5BTpublic.h -./src/H5BTtest.c ./src/H5C.c ./src/H5Cpkg.h ./src/H5Cprivate.h @@ -584,12 +569,6 @@ ./src/H5Spublic.h ./src/H5Sselect.c ./src/H5Stest.c -./src/H5SH.c -./src/H5SHcache.c -./src/H5SHdbg.c -./src/H5SHpkg.h -./src/H5SHpublic.h -./src/H5SHprivate.h ./src/H5SL.c ./src/H5SLprivate.h ./src/H5ST.c @@ -639,10 +618,8 @@ ./test/Makefile.am ./test/Makefile.in -./test/b+tree.c ./test/big.c ./test/bittests.c -./test/blocktrack.c ./test/btree2.c ./test/cache.c ./test/cache_api.c @@ -698,7 +675,6 @@ ./test/reserved.c ./test/pool.c ./test/set_extent.c -./test/sheap.c ./test/space_overflow.c _DO_NOT_DISTRIBUTE_ ./test/stab.c ./test/stream_test.c |