diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-09-19 19:27:17 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-09-19 19:27:17 (GMT) |
commit | ce5a4cf6f344e77536a8fdc728d36556d1f9e889 (patch) | |
tree | 06103884470b3f033ec098036a8c450b6beb5097 /src/H5F.c | |
parent | e38803837f7f6357bff03bf6ad9c04ace52d38e3 (diff) | |
download | hdf5-ce5a4cf6f344e77536a8fdc728d36556d1f9e889.zip hdf5-ce5a4cf6f344e77536a8fdc728d36556d1f9e889.tar.gz hdf5-ce5a4cf6f344e77536a8fdc728d36556d1f9e889.tar.bz2 |
[svn-r7495] Purpose:
Removed Dead Code
Description:
Some of the FPHDF5 code was dead (I thought it'd be useful at one
point, but was wrong).
Solution:
Removed
Platforms tested:
Linux (FPHDF5 specific. No need for h5committest)
Misc. update:
Diffstat (limited to 'src/H5F.c')
-rw-r--r-- | src/H5F.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3361,11 +3361,6 @@ H5F_close(H5F_t *f) H5F_FLUSH_INVALIDATE | H5F_FLUSH_CLOSING | H5F_FLUSH_CLEAR_ONLY) < 0) HGOTO_ERROR(H5E_CACHE, H5E_CANTFLUSH, FAIL, "unable to flush cache") } - - /* Let's all meet up now... */ - if (H5F_flush(f, H5AC_dxpl_id, H5F_SCOPE_LOCAL, - H5F_FLUSH_INVALIDATE | H5F_FLUSH_CLOSING | H5F_FLUSH_CLEAR_ONLY) < 0) - HGOTO_ERROR(H5E_CACHE, H5E_CANTFLUSH, FAIL, "unable to flush cache") #endif /* H5_HAVE_FPHDF5 */ } /* end if */ |