Skip to content

Commit

Permalink
[HttpKernel] removed unused local $event variable in Stopwatch::stopS…
Browse files Browse the repository at this point in the history
…ection() method.
  • Loading branch information
Hugo Hamon committed Jan 10, 2012
1 parent defdac6 commit f750e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/Debug/Stopwatch.php
Expand Up @@ -46,7 +46,7 @@ public function startSection()
*/
public function stopSection($id)
{
$event = $this->stop('section');
$this->stop('section');

if ($id) {
$this->sections[$id] = $this->events;
Expand Down

0 comments on commit f750e54

Please sign in to comment.