Merge branch 'master' of git://github.com/Ferada/jscl into keyword-arg-fixes
[jscl.git] / src / compat.lisp
index a11aa5d..3eaf4ff 100644 (file)
@@ -38,9 +38,6 @@
   `(eval-when (:compile-toplevel :load-toplevel :execute)
      ,@body))
 
-(defun concat-two (s1 s2)
-  (concatenate 'string s1 s2))
-
 (defun aset (array idx value)
   (setf (aref array idx) value))