summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Services/Yadis/ParanoidHTTPFetcher.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Services/Yadis/ParanoidHTTPFetcher.php b/Services/Yadis/ParanoidHTTPFetcher.php
index 768f729..8831ecd 100644
--- a/Services/Yadis/ParanoidHTTPFetcher.php
+++ b/Services/Yadis/ParanoidHTTPFetcher.php
@@ -27,9 +27,6 @@ require_once "Services/Yadis/HTTPFetcher.php";
class Services_Yadis_ParanoidHTTPFetcher extends Services_Yadis_HTTPFetcher {
function Services_Yadis_ParanoidHTTPFetcher()
{
- $this->headers = array();
- $this->data = "";
-
$this->reset();
}