mirror of https://github.com/CGAL/cgal
Remove unused variable
This commit is contained in:
parent
3823b3bbc0
commit
05e477899d
|
|
@ -20,8 +20,6 @@ typedef boost::graph_traits<Polyhedron>::vertex_iterator vertex_iterator;
|
|||
|
||||
int main() {
|
||||
|
||||
int i=0;
|
||||
|
||||
Polyhedron P;
|
||||
|
||||
std::ifstream in("cube.off");
|
||||
|
|
|
|||
Loading…
Reference in New Issue