summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'globals.lisp')
-rw-r--r--globals.lisp3
1 files changed, 0 insertions, 3 deletions
diff --git a/globals.lisp b/globals.lisp
index 83eb4f9..e1b9567 100644
--- a/globals.lisp
+++ b/globals.lisp
@@ -34,9 +34,6 @@
(defparameter *query* nil
"The HTTP query string transformed into a property list.")
-(defparameter *http-env* nil
- "A hash table of HTTP environment variables.")
-
(defparameter *subpath-query* nil
"The query string stripped of the script location.")