Skip to content

Commit

Permalink
merged branch drak/stopwatch (PR #2734)
Browse files Browse the repository at this point in the history
Commits
-------

97dd2cc [HttpKernel] Removed unused property.

Discussion
----------

[HttpKernel] Removed unused property.

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -

Cleaned up unused property.
  • Loading branch information
fabpot committed Nov 27, 2011
2 parents 9824c3a + 97dd2cc commit f7fb34a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php
Expand Up @@ -19,7 +19,6 @@
class StopwatchEvent
{
private $periods;
private $start;
private $origin;
private $category;
private $started;
Expand Down

0 comments on commit f7fb34a

Please sign in to comment.