Variable not used
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 4 Oct 2010 19:56:48 +0000 (13:56 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 4 Oct 2010 19:58:40 +0000 (13:58 -0600)
imp/lib/Injector/Factory/MailboxList.php

index ff4d71d..56fc629 100644 (file)
@@ -38,21 +38,12 @@ class IMP_Injector_Factory_MailboxList
     );
 
     /**
-     * The injector.
-     *
-     * @var Horde_Injector
-     */
-    private $_injector;
-
-    /**
      * Constructor.
      *
      * @param Horde_Injector $injector  The injector to use.
      */
     public function __construct(Horde_Injector $injector)
     {
-        $this->_injector = $injector;
-
         register_shutdown_function(array($this, 'shutdown'));
     }