Remove extra argument

Removes extra argument to match function prototype in `NC_Dispatch` as described in #1196
This commit is contained in:
Greg Sjaardema 2018-11-14 10:35:58 -07:00 committed by GitHub
parent 8cb325c33c
commit a519c12f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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