Remove unused variable

This commit is contained in:
Sylvain Pion 2008-07-30 09:56:10 +00:00
parent 3823b3bbc0
commit 05e477899d
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ typedef boost::graph_traits<Polyhedron>::vertex_iterator vertex_iterator;
int main() { int main() {
int i=0;
Polyhedron P; Polyhedron P;
std::ifstream in("cube.off"); std::ifstream in("cube.off");