Remove useless assignment.

This commit is contained in:
Quincey Koziol 2014-11-07 08:26:46 -06:00
parent c6716f3f82
commit 5749c5178a

View File

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