Removed unused variable

This commit is contained in:
Hrvoje Jasak 2013-04-17 10:20:12 +01:00
parent 0ead1e1f4a
commit d6253d9355

View file

@ -816,9 +816,6 @@ autoPtr<mapPolyMesh> createRegionMesh
}
}
polyBoundaryMesh& polyPatches =
const_cast<polyBoundaryMesh&>(mesh.boundaryMesh());
// Reorder polyPatches and trim empty patches from the end
// of the list
newPatches.reorder(oldToNew);