From 7830d93607257fd75f09b371e88741a517347579 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Fri, 3 Apr 2020 21:11:57 +0200 Subject: Dead code --- src/python/include/Simplex_tree_interface.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/python/include/Simplex_tree_interface.h') diff --git a/src/python/include/Simplex_tree_interface.h b/src/python/include/Simplex_tree_interface.h index 1a18aed6..27b123f8 100644 --- a/src/python/include/Simplex_tree_interface.h +++ b/src/python/include/Simplex_tree_interface.h @@ -16,8 +16,6 @@ #include #include -#include "Persistent_cohomology_interface.h" - #include #include #include // std::pair @@ -157,11 +155,6 @@ class Simplex_tree_interface : public Simplex_tree { return new_dgm; } - void create_persistence(Gudhi::Persistent_cohomology_interface* pcoh) { - Base::initialize_filtration(); - pcoh = new Gudhi::Persistent_cohomology_interface(*this); - } - // Iterator over the simplex tree Complex_simplex_iterator get_simplices_iterator_begin() { // this specific case works because the range is just a pair of iterators - won't work if range was a vector -- cgit v1.2.3