diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-12-16 20:34:21 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-12-16 20:34:21 (GMT) |
commit | f03234031fad8eb84d354b76ec6264d6d275257b (patch) | |
tree | d877ce6b022ccf3091a06ff5fde12421f5f10f97 /test | |
parent | d6a53eadec4b9895618c3bb2108d8ff9c27415d0 (diff) | |
download | hdf5-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')
-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 |