summaryrefslogtreecommitdiffstats
path: root/test/stab.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-12-16 20:34:21 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-12-16 20:34:21 (GMT)
commitf03234031fad8eb84d354b76ec6264d6d275257b (patch)
treed877ce6b022ccf3091a06ff5fde12421f5f10f97 /test/stab.c
parentd6a53eadec4b9895618c3bb2108d8ff9c27415d0 (diff)
downloadhdf5-f03234031fad8eb84d354b76ec6264d6d275257b.zip
hdf5-f03234031fad8eb84d354b76ec6264d6d275257b.tar.gz
hdf5-f03234031fad8eb84d354b76ec6264d6d275257b.tar.bz2
[svn-r18023] I removed a duplicated line from the read_old function. There were 2 identical calls to
the function H5Fopen. Tested on jam and OpenVMS.
Diffstat (limited to 'test/stab.c')
-rw-r--r--test/stab.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/stab.c b/test/stab.c
index c2655a8..cab0b1b 100644
--- a/test/stab.c
+++ b/test/stab.c
@@ -680,9 +680,6 @@ read_old(void)
/* Open copied file */
if((fid = H5Fopen(FILE_OLD_GROUPS_COPY, H5F_ACC_RDWR, H5P_DEFAULT)) < 0) TEST_ERROR
- /* Open copied file */
- if((fid = H5Fopen(FILE_OLD_GROUPS_COPY, H5F_ACC_RDWR, H5P_DEFAULT)) < 0) TEST_ERROR
-
/* Attempt to open "old" group */
if((gid = H5Gopen2(fid, "old", H5P_DEFAULT)) < 0) TEST_ERROR