1.0.28.16: Fix a mistake in 1.0.28.15
[sbcl.git] / src / cold / shared.lisp
index d8d6f44..8c94fb9 100644 (file)
 
 ;;; like HOST-CLOAD-STEM, except that we don't bother to compile
 (defun host-load-stem (stem flags)
-  (declare (ignore flags)) ; (It's only relevant when compiling.)
   (load (stem-object-path stem flags :host-compile)))
 (compile 'host-load-stem)
 \f