diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-12-16 20:37:53 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-12-16 20:37:53 (GMT) |
commit | a428323f90b1d68b8f0dbac3b1b09a75050f0809 (patch) | |
tree | 4429a0d93b79b80820a35d466d17907953daee5c /test | |
parent | 93d36eecacd424b81671909f7e19873c0cdbcc2b (diff) | |
download | hdf5-a428323f90b1d68b8f0dbac3b1b09a75050f0809.zip hdf5-a428323f90b1d68b8f0dbac3b1b09a75050f0809.tar.gz hdf5-a428323f90b1d68b8f0dbac3b1b09a75050f0809.tar.bz2 |
[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.
Diffstat (limited to 'test')
-rw-r--r-- | test/stab.c | 3 |
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 |