Remove unnecessary reader macro
[jscl.git] / lispstrack.lisp
index c8bb3c5..e8ecb3f 100644 (file)
@@ -14,7 +14,6 @@
          ((not ,condition))
        ,@body))
 
-  #+common-lisp
   (defun concat-two (s1 s2)
     (concatenate 'string s1 s2)))