summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-14 11:31:53 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-14 11:31:53 +0100
commit1a0551c033e55024cd0f00302cd9df1f356bab44 (patch)
tree0f4c71df5b3e3cda0dc8d8cf9a87be00df8e23f3 /src/python/gudhi/simplex_tree.pyx
parentc7303733b28d3bc429d4bdfd030409e07430599d (diff)
some left over
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-rw-r--r--src/python/gudhi/simplex_tree.pyx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index a2b8719a..8f760422 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -62,7 +62,6 @@ cdef class SimplexTree:
def __dealloc__(self):
cdef Simplex_tree_interface_full_featured* ptr = self.get_ptr()
- # Avoid double free - The original is in charge of deletion
if ptr != NULL:
del ptr
if self.pcohptr != NULL: