mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Remove useless assignment.
This commit is contained in:
parent
c6716f3f82
commit
5749c5178a
@ -92,9 +92,6 @@ int main(int argc, char **argv)
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (facc_type != NC_MPIPOSIX)
|
||||
facc_type = NC_MPIIO;
|
||||
|
||||
facc_type = NC_NETCDF4|NC_MPIIO;
|
||||
facc_type_open = NC_MPIIO;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user