summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-05-25 22:43:04 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-05-25 22:43:04 +0200
commitda6b7dc9943b2aee0b791d95f02035b1e55de0fc (patch)
tree101cdac6f4585a26c5d73fa1e86dc72eeac37186
parentfefb9382a2fd1282154d117054297fcf015c6f0c (diff)
removed duplicate coface_entries variable
-rw-r--r--ripser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ripser.cpp b/ripser.cpp
index 68ce5a5..2b57693 100644
--- a/ripser.cpp
+++ b/ripser.cpp
@@ -543,8 +543,6 @@ public:
#endif
#endif
- std::vector<diameter_entry_t> coface_entries;
-
for (index_t index_column_to_reduce = 0; index_column_to_reduce < columns_to_reduce.size();
++index_column_to_reduce) {
auto column_to_reduce = columns_to_reduce[index_column_to_reduce];