removed unneeded reference to int_ncid in the HDF4 code

This commit is contained in:
Ed Hartnett 2019-07-04 10:11:42 -06:00
parent 57f09d6e62
commit 0cfe7ef8b2

View File

@ -613,9 +613,6 @@ NC_HDF4_open(const char *path, int mode, int basepe, size_t *chunksizehintp,
if (mode & ILLEGAL_OPEN_FLAGS)
return NC_EINVAL;
/* Open the file. */
nc_file->int_ncid = nc_file->ext_ncid;
/* Open the file and initialize SD interface. */
if ((sdid = SDstart(path, DFACC_READ)) == FAIL)
return NC_EHDFERR;