Skip to content

Commit

Permalink
[DependencyInjection] removed unused $compiler local variable in Repe…
Browse files Browse the repository at this point in the history
…atedPass::process() method.
  • Loading branch information
Hugo Hamon committed Jan 10, 2012
1 parent 7088d94 commit 1ad3d86
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -50,7 +50,6 @@ public function __construct(array $passes)
*/
public function process(ContainerBuilder $container)
{
$compiler = $container->getCompiler();
$this->repeat = false;
foreach ($this->passes as $pass) {
$pass->process($container);
Expand Down

0 comments on commit 1ad3d86

Please sign in to comment.