projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
151f60e
)
Remove unused code
author
David Vázquez
<davazp@gmail.com>
Thu, 25 Apr 2013 12:42:08 +0000
(13:42 +0100)
committer
David Vázquez
<davazp@gmail.com>
Thu, 25 Apr 2013 12:42:08 +0000
(13:42 +0100)
utils.lisp
patch
|
blob
|
history
diff --git
a/utils.lisp
b/utils.lisp
index
7ae519d
..
4a693f9
100644
(file)
--- 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)