mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
removed unneeded reference to int_ncid in the HDF4 code
This commit is contained in:
parent
57f09d6e62
commit
0cfe7ef8b2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user