refactor GET-TOPLEVEL-FORM &co between debugger and disassembler
[sbcl.git] / src / code / eval.lisp
index 4687ebd..dc74c2c 100644 (file)
                                       else)
                                   lexenv)))
                ((let let*)
-                (destructuring-bind (definitions &rest body) (rest exp)
-                  (if (null definitions)
-                      (simple-eval-locally `(locally ,@body) lexenv)
-                      (%simple-eval exp lexenv))))
+                (%simple-eval exp lexenv))
                (t
                 (if (and (symbolp name)
                          (eq (info :function :kind name) :function))