summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-11 13:32:38 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-11 13:32:38 +0200
commite12c4d0d4f439b401a03908b1aa94bb0675a78bf (patch)
tree6a7a627bacabab280e8045d1109af6043bce4f19 /globals.lisp
parent8945a307dea0fb6ed7f66b819b857c8dce6943ad (diff)
Make the environment variable handling code more portable.
Ignore-this: 86d0d724d12f7fe9d230c52a4f225675 darcs-hash:65849172dae755f3a2fbd529fb9c002b1d649afd
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.")