Remove a debug assertion.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-07-08 23:02:34 +02:00
parent 1f83e389fb
commit 759fa298ab

View file

@ -275,7 +275,6 @@
(nth n *text-for-lexical-level*) x))
(push x args))))))
(unless (<= minarg narg maxarg)
(baboon)
(cmperr "Wrong number of arguments for function ~S"
(or fun-lisp-name 'ANONYMOUS)))
(when (fun-needs-narg fun)