To serialize resharding with coll mod (a previously non DDL coordinator using DDL command) we added code to throw if resharding was in progress here. coll mod was later updated to use a sharding DDL coordinator which should provide the serialization we need with resharding (SERVER-60694). So we can get rid of this check.