Remove unused variable.

This commit is contained in:
Juan Jose Garcia Ripoll 2011-12-26 23:59:10 +01:00
parent 8e22061e57
commit 839d86628e

View file

@ -431,7 +431,6 @@
(nupdate-spec-how-list spec-how-list (method-specializers method) gf)))
(setf (generic-function-spec-list gf)
(loop for type in spec-how-list
for name in (generic-function-lambda-list gf)
for i from 0
when type collect (cons type i)))
(let* ((g-f-l-l (generic-function-lambda-list gf)))