We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7457fb commit 357358dCopy full SHA for 357358d
src/util/graph.h
@@ -255,11 +255,6 @@ class grapht
255
void disconnect_unreachable(node_indext src);
256
void disconnect_unreachable(const std::vector<node_indext> &src);
257
258
- std::vector<node_indext> depth_limited_search(
259
- const node_indext &src,
260
- std::size_t &limit,
261
- bool forwards) const;
262
-
263
std::vector<typename N::node_indext>
264
depth_limited_search(typename N::node_indext src, std::size_t limit) const;
265
0 commit comments