diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-06 19:05:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-06 19:05:12 (GMT) |
commit | 7a30de3a2bf48a81dcf7679782ba4e247bd8991e (patch) | |
tree | bf62d63e3303453ed60f8bca611f8ad56b37fedd /release_docs | |
parent | 1b67380c0abcf87ae05f8661647dacd75858b50e (diff) | |
download | hdf5-7a30de3a2bf48a81dcf7679782ba4e247bd8991e.zip hdf5-7a30de3a2bf48a81dcf7679782ba4e247bd8991e.tar.gz hdf5-7a30de3a2bf48a81dcf7679782ba4e247bd8991e.tar.bz2 |
[svn-r4680] Purpose:
Code cleanup
Description:
Property that H5P(g|s)et_hyper_cache uses is no longer in use inside the
library.
Solution:
Removed H5P(g|s)et_hyper_cache API functions, except when backward
compatibility is turned on. When backward compatibility is turned on,
the property is defined by the library, but unused internally.
Platforms tested:
FreeBSD 4.4 (sleipnir)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 901e710..c5bce70 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -185,6 +185,8 @@ New Features writing. * Improved performance of non-contiguous hyperslabs (built up with several hyperslab selection calls). + * Removed H5P(get|set)_hyper_cache API function, since the property is no + longer used. Platforms Tested ================ |