10000 [Routing] removed unused variable · Kiruban2011/symfony@09692e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09692e2

Browse files
committed
[Routing] removed unused variable
1 parent cbb4bba commit 09692e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Routing/RouteCollection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public function __construct()
4444

4545
public function __clone()
4646
{
47-
$parent = $this;
4847
foreach ($this->routes as $name => $route) {
4948
$this->routes[$name] = clone $route;
5049
if ($route instanceof RouteCollection) {

0 commit comments

Comments
 (0)
0