branch: externals/url-scgi
commit 66a7d265ffd0501a75ad02d88b27fb2b6462c5c1
Author: Stefan Kangas <[email protected]>
Commit: Stefan Kangas <[email protected]>
Fix the workaround for bug in xml-rpc.el
---
url-scgi.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/url-scgi.el b/url-scgi.el
index 595dca855d..b1f34f4c82 100644
--- a/url-scgi.el
+++ b/url-scgi.el
@@ -44,9 +44,6 @@
(defvar url-scgi-connection-opened)
-;; This is a hack to keep xmlrpc.el happy for now. Ugh.
-(defvar url-http-response-status 200)
-
(defconst url-scgi-asynchronous-p t "SCGI retrievals are asynchronous.")
(defun url-scgi-string-to-netstring (str)