Skip to content

Commit cb82e1f

Browse files
committed
Remove now unused Algorithm\Search\Base::getNumberOfVertices()
1 parent afbd6c0 commit cb82e1f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Search/Base.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ protected function getVerticesAdjacent(Vertex $vertex)
4747
}
4848
}
4949

50-
/**
51-
* get total number of vertices the start vertex is connected to
52-
*
53-
* @return int
54-
* @uses AlgorithmSearch::getVertices()
55-
*/
56-
public function getNumberOfVertices()
57-
{
58-
return count($this->getVertices());
59-
}
60-
6150
/**
6251
* get set of all Vertices that can be reached from start vertex
6352
*

0 commit comments

Comments
 (0)