From a428323f90b1d68b8f0dbac3b1b09a75050f0809 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 16 Dec 2009 15:37:53 -0500 Subject: [svn-r18025] 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. --- test/stab.c | 3 --- 1 file changed, 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 -- cgit v0.12