Skip to content

Commit 357358d

Browse files
committed
remove mistake in grapht
Function declaration exists but there is no body. Removing function declaration
1 parent c7457fb commit 357358d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/util/graph.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,6 @@ class grapht
255255
void disconnect_unreachable(node_indext src);
256256
void disconnect_unreachable(const std::vector<node_indext> &src);
257257

258-
std::vector<node_indext> depth_limited_search(
259-
const node_indext &src,
260-
std::size_t &limit,
261-
bool forwards) const;
262-
263258
std::vector<typename N::node_indext>
264259
depth_limited_search(typename N::node_indext src, std::size_t limit) const;
265260

0 commit comments

Comments
 (0)