diff --git a/src/Graph.h b/src/Graph.h index 3ccc8a7075..239cbcb90a 100644 --- a/src/Graph.h +++ b/src/Graph.h @@ -47,8 +47,6 @@ public: private: /// bool bfs_init(int, bool clear_visited, std::queue & Q); - /// used to recover a marked path - void getMarkedPath(int from, int to, EdgePath & path); /// these represent the arrows connecting the nodes of the graph. /// this is the basic representation of the graph: as a bunch of /// arrows.