X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fhash-table.lisp;h=76a29780f333656097fabbd8b6dffc84904c5b90;hb=5dc28680e9cb2d598da02aed512aa49ea81fdade;hp=2a5f3589d8498f701f457a59bb766a32956d28ef;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/hash-table.lisp b/src/code/hash-table.lisp index 2a5f358..76a2978 100644 --- a/src/code/hash-table.lisp +++ b/src/code/hash-table.lisp @@ -12,9 +12,6 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - ;;; an internal tag for marking empty slots ;;; ;;; CMU CL 18b used :EMPTY for this purpose, which was somewhat nasty