X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fx86-vm.lisp;h=73cb5ebbb76fe2f5f95e50616f4c93e9ff30519a;hb=3b45a7b66afe95080562d266dd447b1286abece0;hp=b907676fc63a308fd5841711b960e466b560b5cd;hpb=aa2dc9529460ea0d9c99998dc87283fc1a43e808;p=sbcl.git diff --git a/src/code/x86-vm.lisp b/src/code/x86-vm.lisp index b907676..73cb5eb 100644 --- a/src/code/x86-vm.lisp +++ b/src/code/x86-vm.lisp @@ -320,10 +320,6 @@ (defvar *fp-constant-lg2*) (defvar *fp-constant-ln2*) -;;; Enable/disable scavenging of the read-only space. -(defvar *scavenge-read-only-space* nil) -;;; FIXME: should be *SCAVENGE-READ-ONLY-SPACE-P* - ;;; The current alien stack pointer; saved/restored for non-local exits. (defvar *alien-stack*)