From fdf3876037978b6dbac543aa9fdb5b3cbb7ad75a Mon Sep 17 00:00:00 2001 From: Xian Date: Wed, 18 Dec 2024 12:45:20 +0100 Subject: [PATCH] Take out unused function --- bdsg/include/bdsg/snarl_distance_index.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bdsg/include/bdsg/snarl_distance_index.hpp b/bdsg/include/bdsg/snarl_distance_index.hpp index b6cc45fe..159ffd76 100644 --- a/bdsg/include/bdsg/snarl_distance_index.hpp +++ b/bdsg/include/bdsg/snarl_distance_index.hpp @@ -412,10 +412,6 @@ class SnarlDistanceIndex : public SnarlDecomposition, public TriviallySerializab ///Returns true if the given net_handle_t is not a snarl bool is_dag(const net_handle_t& snarl) const; - ///Given a snarl, return the number of non-dag edges it contains - ///0 for a dag - size_t non_dag_edge_count(const net_handle_t& snarl, const HandleGraph* graph) const; - ///Returns true if the given net handle refers to (a traversal of) a simple snarl ///A simple snarl is a bubble where each child node can only reach the boundary nodes, ///and each side of a node reaches a different boundary node