summaryrefslogtreecommitdiffstats
path: root/src/H5FDstream.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-08-02 14:03:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-08-02 14:03:40 (GMT)
commit3df2828991d984455054c4c89af78725549d5d0f (patch)
tree023b000f69879f6b8541f339ae50096fa7cfb278 /src/H5FDstream.c
parente91a21cd3ba963ca6b97b3bfbc1b84c372b52dec (diff)
downloadhdf5-3df2828991d984455054c4c89af78725549d5d0f.zip
hdf5-3df2828991d984455054c4c89af78725549d5d0f.tar.gz
hdf5-3df2828991d984455054c4c89af78725549d5d0f.tar.bz2
[svn-r8981] Purpose:
Code cleanup Description: Various minor tweaks to clean code up and bring it into closer syncronization with the release branch. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel h5committested IRIX64 6.5 (modi4)
Diffstat (limited to 'src/H5FDstream.c')
-rw-r--r--src/H5FDstream.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c
index 1cf02db..5e02623 100644
--- a/src/H5FDstream.c
+++ b/src/H5FDstream.c
@@ -12,8 +12,6 @@
* In addition to that, the memory image of the file is
* read from/written to a socket during an open/flush operation.
*
- * Version: $Id$
- *
* Modifications:
* Thomas Radke, Thursday, October 26, 2000
* Added support for Windows.