X-Git-Url: http://git.hcoop.net/clinton/parenscript.git/blobdiff_plain/46f794a491442f289426af2d328f2f68c072aab3..49f6ae23fddd1ec5b5b741cc047dafb27032d124:/src/deprecated-interface.lisp diff --git a/src/deprecated-interface.lisp b/src/deprecated-interface.lisp index 6e99d85..951c897 100644 --- a/src/deprecated-interface.lisp +++ b/src/deprecated-interface.lisp @@ -67,10 +67,3 @@ (defmacro gen-js-name-string (&rest args) (warn-deprecated 'gen-js-name-string 'gen-script-name-string) `(gen-script-name-string ,@args)) - -;;; Functions for setting up and tearing down a persistent compilation environment -(defun setup-persistent-compilation-environment () - (setf *compilation-environment* (make-basic-compilation-environment))) - -(defun clear-persistent-compilation-environment () - (setf *compilation-environment* nil))