summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-12-06 08:19:21 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-12-06 08:19:21 (GMT)
commitea3205f78118b5953a042e6082bfdbbf6f07df82 (patch)
treeafdd74bbaa1fcb2b921daa7168ad7c53430e1bb9 /src/H5F.c
parentb37e34c3021f337a67438a167a0fe3054e4c7f7f (diff)
downloadhdf5-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 5fde395..4a7caa6 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -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 {