From 0b77fdd5d9bd057103cb23020089a6628c1f14e6 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 27 Jan 2020 17:39:48 +0100 Subject: Rollback unnecessary --- src/Simplex_tree/example/simple_simplex_tree.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Simplex_tree/example') diff --git a/src/Simplex_tree/example/simple_simplex_tree.cpp b/src/Simplex_tree/example/simple_simplex_tree.cpp index 92ab923b..4353939f 100644 --- a/src/Simplex_tree/example/simple_simplex_tree.cpp +++ b/src/Simplex_tree/example/simple_simplex_tree.cpp @@ -165,10 +165,6 @@ int main(int argc, char* const argv[]) { // ++ GENERAL VARIABLE SET - //std::vector::const_iterator - std::vector::const_iterator begin = simplexTree.filtration_simplex_range().begin(); - auto end = simplexTree.filtration_simplex_range().end(); - std::cout << "********************************************************************\n"; // Display the Simplex_tree - Can not be done in the middle of 2 inserts std::cout << "* The complex contains " << simplexTree.num_simplices() << " simplices\n"; -- cgit v1.2.3