summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-12-16 20:36:11 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-12-16 20:36:11 (GMT)
commit55262e99363adae6596e1414ef98c3ee800a0f3f (patch)
treee948a20e73ebe5a16dc329db43bf7b59c511c8f3
parent18cefd89b7eb283163ffa42221288bb0661b9421 (diff)
downloadhdf5-55262e99363adae6596e1414ef98c3ee800a0f3f.zip
hdf5-55262e99363adae6596e1414ef98c3ee800a0f3f.tar.gz
hdf5-55262e99363adae6596e1414ef98c3ee800a0f3f.tar.bz2
[svn-r18024] I removed a duplicated line from the read_old function. There were 2 identical calls to
the function H5Fopen. Tested v1.8 branch on jam and the release 1.8.4 on OpenVMS.
-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