From e12c4d0d4f439b401a03908b1aa94bb0675a78bf Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 11 Oct 2009 13:32:38 +0200 Subject: Make the environment variable handling code more portable. Ignore-this: 86d0d724d12f7fe9d230c52a4f225675 darcs-hash:65849172dae755f3a2fbd529fb9c002b1d649afd --- globals.lisp | 3 --- 1 file changed, 3 deletions(-) (limited to 'globals.lisp') 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.") -- cgit v1.2.3