STYLE: remove unused variables

This commit is contained in:
Mark Olesen
2018-11-03 17:51:02 +01:00
parent 6043c9621d
commit 53b9961887

View File

@ -38,9 +38,6 @@ void Foam::cuttingSurface::calcCellCuts
) )
{ {
const pointField& cc = fvm.C(); const pointField& cc = fvm.C();
const faceList& faces = fvm.faces();
const cellList& cells = fvm.cells();
const pointField& pts = fvm.points(); const pointField& pts = fvm.points();
const label nCells = fvm.nCells(); const label nCells = fvm.nCells();