branch: externals/url-scgi
commit 7d4b072aa6a994511505d12e321f9c606ecbb357
Author: Stefan Kangas <[email protected]>
Commit: Stefan Kangas <[email protected]>
Comment out stray declare form
---
url-scgi.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/url-scgi.el b/url-scgi.el
index 4130159f65..8a98d9ba94 100644
--- a/url-scgi.el
+++ b/url-scgi.el
@@ -108,10 +108,10 @@ an updated value of CBARGS as arguments."
(if (>= emacs-major-version 26)
(cl-check-type url url "Need a pre-parsed URL.")
(cl-check-type url vector "Need a pre-parsed URL."))
- (declare (special url-scgi-connection-opened
- url-callback-function
- url-callback-arguments
- url-current-object))
+ ;; (declare (special url-scgi-connection-opened
+ ;; url-callback-function
+ ;; url-callback-arguments
+ ;; url-current-object))
(let* ((host (url-host url))
(port (url-port url))