X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fdebug-dump.lisp;h=07cf51d22c2d7ddc178c3f5d75ac05f53f46930d;hb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;hp=07075b5a940ed4c8d4e7256a4feec0b47cbd9de9;hpb=c3f281f5c34b55170ac43a4679f1528b8bb7c703;p=sbcl.git diff --git a/src/compiler/debug-dump.lisp b/src/compiler/debug-dump.lisp index 07075b5..07cf51d 100644 --- a/src/compiler/debug-dump.lisp +++ b/src/compiler/debug-dump.lisp @@ -12,9 +12,6 @@ (in-package "SB!C") -(file-comment - "$Header$") - (deftype byte-buffer () '(vector (unsigned-byte 8))) (defvar *byte-buffer*) (declaim (type byte-buffer *byte-buffer*))