From 05e477899d7338ebca1df603d40ec090fff79b4d Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 30 Jul 2008 09:56:10 +0000 Subject: [PATCH] Remove unused variable --- BGL/examples/BGL_polyhedron_3/distance.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/BGL/examples/BGL_polyhedron_3/distance.cpp b/BGL/examples/BGL_polyhedron_3/distance.cpp index b1daae06b4e..6c38bfacf70 100644 --- a/BGL/examples/BGL_polyhedron_3/distance.cpp +++ b/BGL/examples/BGL_polyhedron_3/distance.cpp @@ -20,8 +20,6 @@ typedef boost::graph_traits::vertex_iterator vertex_iterator; int main() { - int i=0; - Polyhedron P; std::ifstream in("cube.off");