Browse Source

[EventDispatcher] removed unused class variable

Bulat Shakirzyanov 14 years ago
parent
commit
799375dfd6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Symfony/Component/EventDispatcher/Event.php

+ 0 - 1
src/Symfony/Component/EventDispatcher/Event.php

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