From cae6f42d21a76a1b0b0d57ed86b1b0480288f066 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 27 Aug 2009 22:12:54 +0000
Subject: [PATCH] removed unused var

---
 Mesh/meshGFace.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp
index b959b082c9..d4baa49cbf 100644
--- a/Mesh/meshGFace.cpp
+++ b/Mesh/meshGFace.cpp
@@ -302,7 +302,6 @@ static bool gmsh2DMeshGenerator(GFace *gf, int RECUR_ITER,
   m->scalingV = 1;
 
   std::vector<BDS_Point*> points(all_vertices.size());
-  std::vector<MVertex*> indexed_vertices(all_vertices.size());
   SBoundingBox3d bbox;
   int count = 0;
   for(std::set<MVertex*>::iterator it = all_vertices.begin(); 
-- 
GitLab