X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler-codegen.lisp;h=9bb915d399b0cb846ab45f8eb46edec5bc02698a;hb=030869df1e9829e0b284b96e585bdda7d45e0602;hp=d624b0ea2b44be78f47000d644f05d9e77630bf3;hpb=2928172fb84644c51136e78d6c3e037d6e9f961d;p=jscl.git diff --git a/src/compiler-codegen.lisp b/src/compiler-codegen.lisp index d624b0e..9bb915d 100644 --- a/src/compiler-codegen.lisp +++ b/src/compiler-codegen.lisp @@ -211,9 +211,6 @@ (let ((op1 (car args)) (op2 (cadr args))) (case op - ;; Transactional compatible operator - (code - (js-format "~a" (apply #'code args))) ;; Accessors (property (js-expr (car args) 0) @@ -389,8 +386,6 @@ (js-format ";"))) (t (case (car form) - (code - (js-format "~a" (apply #'code (cdr form)))) (label (destructuring-bind (label &body body) (cdr form) (js-identifier label)