summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-03-20 21:09:43 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-03-20 21:09:43 (GMT)
commit771c9da9c5b34ab7d63a7bd2ad8e159dd5c20eda (patch)
treeb2f6642ccbbf5236eabcbda1d0c9c68a585de12e /src/H5F.c
parentc65c1d25235dde13d5f544119f65d7d5470ff752 (diff)
downloadhdf5-771c9da9c5b34ab7d63a7bd2ad8e159dd5c20eda.zip
hdf5-771c9da9c5b34ab7d63a7bd2ad8e159dd5c20eda.tar.gz
hdf5-771c9da9c5b34ab7d63a7bd2ad8e159dd5c20eda.tar.bz2
[svn-r3676] Purpose:
Bug fix (sort of) Description: The RCSID string in H5public.h was causing the C++ code problem as it was included multiple times and C++ did not like multiple definitions of the same static variable. Solution: Since we don't really make use of the RCSID strings as we have not installed it in all source files, we decided to remove it. Platforms tested: eirene (linux), modi4 (IRIX64-64) both serial and parallel modes.
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 8767e6b..62c16e8 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -14,10 +14,6 @@
*
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#define H5F_PACKAGE /*suppress error about including H5Fpkg */