diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2023-12-22 17:11:07 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2023-12-22 17:11:07 +0100 |
| commit | 0f20f8b59011471523b650cf1a3478a04362083d (patch) | |
| tree | 8755527b2538949f1906c55b0f2c3ca29be65a1f | |
| parent | a00c507ad4a3849555d22aaaad66efb8bbd0518e (diff) | |
Delete commented out codeexternals/url-scgi
| -rw-r--r-- | url-scgi.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/url-scgi.el b/url-scgi.el index 4cf2c96..16d1314 100644 --- a/url-scgi.el +++ b/url-scgi.el @@ -114,11 +114,6 @@ 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)) - (let* ((host (url-host url)) (port (url-port url)) (filename (url-filename url)) |
