diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-14 15:42:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-14 15:42:11 (GMT) |
commit | d47fb4b7521f07f799221286358be99bd3bf6ffd (patch) | |
tree | 92c2481cb92a4b5bf953d40f359d575ff7f93d8c /src/H5FScache.c | |
parent | 92b37616d2a1ec34a2d7bd34d05c5f6466f7da53 (diff) | |
download | hdf5-d47fb4b7521f07f799221286358be99bd3bf6ffd.zip hdf5-d47fb4b7521f07f799221286358be99bd3bf6ffd.tar.gz hdf5-d47fb4b7521f07f799221286358be99bd3bf6ffd.tar.bz2 |
[svn-r17359] Description:
Bring r17336 from trunk to 1.8 branch:
Bring more changes from the file_free_space branch into the trunk.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
(h5committested on trunk)
Diffstat (limited to 'src/H5FScache.c')
-rw-r--r-- | src/H5FScache.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5FScache.c b/src/H5FScache.c index c215985..5b988bc 100644 --- a/src/H5FScache.c +++ b/src/H5FScache.c @@ -281,13 +281,6 @@ done: * koziol@ncsa.uiuc.edu * May 2 2006 * - * Changes: JRM -- 8/21/06 - * Added the flags_ptr parameter. This parameter exists to - * allow the flush routine to report to the cache if the - * entry is resized or renamed as a result of the flush. - * *flags_ptr is set to H5C_CALLBACK__NO_FLAGS_SET on entry. - * - * *------------------------------------------------------------------------- */ static herr_t |