X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompat.lisp;h=3eaf4ffabba3ec09e2279a5320ab8b4d97fa1a93;hb=be500b83eef452b448bfb9225e12846908ac8fc9;hp=a11aa5dabfda43b31e56c976920e1e19b205f49b;hpb=89ee56f4f8d539db9462f50cbfd2e1b99ceb06d6;p=jscl.git diff --git a/src/compat.lisp b/src/compat.lisp index a11aa5d..3eaf4ff 100644 --- a/src/compat.lisp +++ b/src/compat.lisp @@ -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))