diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-12-06 08:19:21 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-12-06 08:19:21 (GMT) |
commit | ea3205f78118b5953a042e6082bfdbbf6f07df82 (patch) | |
tree | afdd74bbaa1fcb2b921daa7168ad7c53430e1bb9 /src/H5F.c | |
parent | b37e34c3021f337a67438a167a0fe3054e4c7f7f (diff) | |
download | hdf5-ea3205f78118b5953a042e6082bfdbbf6f07df82.zip hdf5-ea3205f78118b5953a042e6082bfdbbf6f07df82.tar.gz hdf5-ea3205f78118b5953a042e6082bfdbbf6f07df82.tar.bz2 |
[svn-r14322] Description:
Removed the stream-vfd from the basic library code.
Platforms tested:
Kagiso (serial and parallel).
Diffstat (limited to 'src/H5F.c')
-rw-r--r-- | src/H5F.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ #include "H5FDsec2.h" /*Posix unbuffered I/O */ #include "H5FDsrb.h" /*SRB I/O */ #include "H5FDstdio.h" /* Standard C buffered I/O */ -#include "H5FDstream.h" /*in-memory files streamed via sockets */ /* Struct only used by functions H5F_get_objects and H5F_get_objects_cb */ typedef struct H5F_olist_t { |