merged branch bamarni/master (PR #3670)

Commits
-------

3638c72 unused variable removed

Discussion
----------

[FrameworkBundle] unused variable removed
This commit is contained in:
Fabien Potencier 2012-03-21 22:24:46 +01:00
commit 2254531d8d

View File

@ -25,7 +25,6 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
*/
class EsiListener implements EventSubscriberInterface
{
private $i;
private $esi;
/**