From 36953ea242ef98a14809978bbe2f04aa96f981ca Mon Sep 17 00:00:00 2001 From: Ulrich Bauer Date: Wed, 3 Jul 2019 16:29:12 +0200 Subject: cleanup --- ripser.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ripser.cpp b/ripser.cpp index 0822eb2..422e850 100644 --- a/ripser.cpp +++ b/ripser.cpp @@ -588,8 +588,6 @@ public: greater_diameter_or_smaller_index> working_reduction_column, working_coboundary; - // working_reduction_column.push(column_to_reduce); - diameter_entry_t pivot = init_coboundary_and_get_pivot( column_to_reduce, working_coboundary, dim, pivot_column_index); @@ -621,8 +619,6 @@ public: pivot_column_index.insert( std::make_pair(get_entry(pivot), index_column_to_reduce)); - const coefficient_t inverse = - multiplicative_inverse[get_coefficient(pivot)]; while (true) { diameter_entry_t e = pop_pivot(working_reduction_column, modulus); if (get_index(e) == -1) break; -- cgit v1.2.3