[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.
This commit is contained in:
Raymond Lu 2009-12-16 15:37:53 -05:00
parent 93d36eecac
commit a428323f90

View File

@ -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