From: David Vázquez Date: Thu, 25 Apr 2013 12:42:08 +0000 (+0100) Subject: Remove unused code X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=318071ee696f4e4d0715955443ea87ad988c6ae8;p=jscl.git Remove unused code --- diff --git a/utils.lisp b/utils.lisp index 7ae519d..4a693f9 100644 --- a/utils.lisp +++ b/utils.lisp @@ -70,10 +70,6 @@ `(let ((it ,condition)) (when it ,@body))) -#+ecmalisp -(progn - ) - (defun integer-to-string (x) (cond ((zerop x)