Remove *PCL-PACKAGE* from image; not needed after compile-time

This commit is contained in:
Douglas Katzman 2017-09-11 20:48:22 -04:00
parent 6f1cdbb7a6
commit 69c84f927d

View file

@ -24,3 +24,7 @@
(in-package "SB-PCL")
(precompile-random-code-segments pcl)
(defun !unintern-symbols ()
'("SB-PCL"
*pcl-package*))