X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fbackend.lisp;h=afc2e5027ce11e36776e1ea4c556e3737519c90d;hb=2912f5f6c2acb2da3b9fcc0f5afd1ca89782a9f8;hp=cf140b1e644a7f241560dda3e86bf5fbfff258ac;hpb=e5e1b41799b814bca18e5f6e5c10b12d06c35c46;p=sbcl.git diff --git a/src/compiler/backend.lisp b/src/compiler/backend.lisp index cf140b1..afc2e50 100644 --- a/src/compiler/backend.lisp +++ b/src/compiler/backend.lisp @@ -133,10 +133,6 @@ ;;; they haven't been installed yet (defvar *backend-internal-errors* nil) (declaim (type (or simple-vector null) *backend-internal-errors*)) - -;;; the maximum number of bytes per page on this system (used by GENESIS) -(defvar *backend-page-size* 0) -(declaim (type index *backend-page-size*)) ;;;; VM support routines