Skip to content

Commit 0bcd6d5

Browse files
committed
Remove unneeded code (duplicate of base class)
1 parent 0bac316 commit 0bcd6d5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/MinimumSpanningTree/Kruskal.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ public function __construct(Graph $inputGraph)
2424
$this->graph = $inputGraph;
2525
}
2626

27-
public function createGraph()
28-
{
29-
// Copy Graph
30-
return $this->graph->createGraphCloneEdges($this->getEdges());
31-
}
32-
3327
protected function getGraph()
3428
{
3529
return $this->graph;

0 commit comments

Comments
 (0)