diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-11-20 03:43:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-11-20 03:43:58 (GMT) |
commit | b4f4670c811cae49e08f1799b6ea69a8bb1345f3 (patch) | |
tree | 5bcfdbd9e8dd0e86ee816d33da7739e752edcf34 /src/H5FD.c | |
parent | f23b5aafc1878b0dd4aac27184500c19cf0b8edd (diff) | |
download | hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.zip hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.tar.gz hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.tar.bz2 |
[svn-r14270] Description:
Removed the stream-vfd from the basic library code.
(The stream-vfd source files are not removed yet but the MANIFEST has been
updated to NOT release those stream-vfd source files.)
Platforms tested:
Kagiso and smirom.
Then test the release tar ball in kagiso.
Diffstat (limited to 'src/H5FD.c')
-rw-r--r-- | src/H5FD.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -46,7 +46,6 @@ #ifdef H5_HAVE_WINDOWS #include "H5FDwindows.h" /* Windows buffered I/O */ #endif -#include "H5FDstream.h" /* In-memory files streamed via sockets */ #include "H5FDdirect.h" /* Direct file I/O */ #include "H5FLprivate.h" /* Free lists */ #include "H5Iprivate.h" /* IDs */ @@ -182,9 +181,6 @@ H5FD_term_interface(void) H5FD_mpio_term(); H5FD_mpiposix_term(); #endif /* H5_HAVE_PARALLEL */ -#ifdef H5_HAVE_STREAM - H5FD_stream_term(); -#endif } /* end if */ } else { H5I_dec_type_ref(H5I_VFL); |