From 91532a8bcba60fc047e0241914cba0c2c64facea Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Fri, 19 Feb 2010 12:47:01 +0000
Subject: [PATCH] STYLE: removed unused variable.

---
 .../pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C
index 20727c17524..e25244da12c 100644
--- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C
+++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C
@@ -57,7 +57,6 @@ void Foam::cyclicPointPatch::calcGeometry(PstreamBuffers&)
 {
     const edgeList& cp = cyclicPolyPatch_.coupledPoints();
     const labelList& mp = cyclicPolyPatch_.meshPoints();
-    const pointField& points = cyclicPolyPatch_.points();
 
     DynamicList<label> separated;
     forAll(cp, i)
-- 
GitLab