projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58cfac
)
Unused
author
Jan Schneider
<jan@horde.org>
Tue, 12 Jan 2010 10:10:05 +0000
(11:10 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 12 Jan 2010 11:46:04 +0000
(12:46 +0100)
framework/Http/lib/Horde/Http/Request/Base.php
patch
|
blob
|
history
diff --git
a/framework/Http/lib/Horde/Http/Request/Base.php
b/framework/Http/lib/Horde/Http/Request/Base.php
index
73e9e91
..
c64807f
100644
(file)
--- a/
framework/Http/lib/Horde/Http/Request/Base.php
+++ b/
framework/Http/lib/Horde/Http/Request/Base.php
@@
-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