X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fcode-parse.lisp;h=e159f39e47135513d557bd04237aa32bc1f46c7c;hp=4e75407706a9fc9f4268c57f1d4e64cfd66edd10;hb=885270b122c568ecdba52a465dae0125adae8c18;hpb=db4e12948a1751fbcd20cb76ce28973191b9eb5a diff --git a/src/main/code-parse.lisp b/src/main/code-parse.lisp index 4e75407..e159f39 100644 --- a/src/main/code-parse.lisp +++ b/src/main/code-parse.lisp @@ -21,7 +21,6 @@ (defun breed->prims (breed-list) (let* ((plural (car breed-list)) - (singular (cadr breed-list)) (plural-name (symbol-name plural))) (list (list :name plural :type :reporter :precedence 10 :macro `(lambda () ,plural))