Unused
authorJan Schneider <jan@horde.org>
Tue, 12 Jan 2010 10:10:05 +0000 (11:10 +0100)
committerJan Schneider <jan@horde.org>
Tue, 12 Jan 2010 11:46:04 +0000 (12:46 +0100)
framework/Http/lib/Horde/Http/Request/Base.php

index 73e9e91..c64807f 100644 (file)
@@ -35,13 +35,6 @@ abstract class Horde_Http_Request_Base
     protected $_headers = array();
 
     /**
-     * Authentication data
-     * @var array
-     * @see getAuth()
-     */
-    protected $_auth;
-
-    /**
      * Request data. Can be an array of form data that will be encoded
      * automatically, or a raw string
      * @var mixed