X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdestructuring-bind.lisp;h=7e9b8e1402bb78e5d1a5ffa0793e12dffb4b9909;hb=bee53328c93be3433477821131ab805557476c8b;hp=a3b755052ba457767dadbf9100adf382ce8436a8;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/destructuring-bind.lisp b/src/code/destructuring-bind.lisp index a3b7550..7e9b8e1 100644 --- a/src/code/destructuring-bind.lisp +++ b/src/code/destructuring-bind.lisp @@ -9,9 +9,6 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - (defmacro-mundanely destructuring-bind (lambda-list arg-list &rest body) #!+sb-doc "Bind the variables in LAMBDA-LIST to the contents of ARG-LIST."