X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-array.lisp;h=808cfef383d2e35fdb294bc4a108a7c95284d529;hb=63cef087068afc157283c0a05ae1f16b962303aa;hp=7ee11577032d9f28cee522a9523837e99aa1cbcb;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/early-array.lisp b/src/code/early-array.lisp index 7ee1157..808cfef 100644 --- a/src/code/early-array.lisp +++ b/src/code/early-array.lisp @@ -9,9 +9,6 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - (defconstant sb!xc:array-rank-limit 65529 #!+sb-doc "the exclusive upper bound on the rank of an array")