mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Remove extra argument
Removes extra argument to match function prototype in `NC_Dispatch` as described in #1196
This commit is contained in:
parent
8cb325c33c
commit
a519c12f52
@ -25,8 +25,7 @@ NC4_show_metadata(int ncid)
|
||||
|
||||
int
|
||||
tst_open(const char *path, int mode, int basepe, size_t *chunksizehintp,
|
||||
int use_parallel, void *parameters, NC_Dispatch *dispatch,
|
||||
NC *nc_file)
|
||||
void *parameters, NC_Dispatch *dispatch, NC *nc_file)
|
||||
{
|
||||
return NC_NOERR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user