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=89cb3482de1fefc2d8e5f67e1e04a0790e8cd243;hpb=cca1c12f7351ff2414bfd582ecb2cad590aa9b51 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))