UNDO: Added functions to set up and tear down a persistent compilation environment.
[clinton/parenscript.git] / src / deprecated-interface.lisp
index 6e99d85..951c897 100644 (file)
 (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))