[Routing] removed unused variable

This commit is contained in:
Fabien Potencier 2011-10-24 12:31:00 +02:00
parent cbb4bbae97
commit 09692e2f16

View File

@ -44,7 +44,6 @@ class RouteCollection implements \IteratorAggregate
public function __clone()
{
$parent = $this;
foreach ($this->routes as $name => $route) {
$this->routes[$name] = clone $route;
if ($route instanceof RouteCollection) {