[EventDispatcher] removed unused class variable

This commit is contained in:
Bulat Shakirzyanov 2011-01-28 10:30:25 -05:00 committed by Fabien Potencier
parent 01439d5f14
commit 799375dfd6

View File

@ -18,7 +18,6 @@ namespace Symfony\Component\EventDispatcher;
*/
class Event implements EventInterface
{
protected $value = null;
protected $processed = false;
protected $subject;
protected $name;