aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ennu.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/ennu.el b/ennu.el
index 0a4114a..439e1d9 100644
--- a/ennu.el
+++ b/ennu.el
@@ -498,8 +498,6 @@ as keys. Keys are compared using `equal'."
(setq httpd-root (expand-file-name (ennu-setting :output-directory)
(ennu-setting :working-directory)))
(defun httpd/ (proc uri-path query request)
- (let ((uri-path (httpd-unhex uri-path))
- (file-path (httpd-gen-path uri-path)))
(let* ((uri-path (httpd-unhex uri-path))
(file-path (httpd-gen-path uri-path)))
(cond