summaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util.lisp b/src/util.lisp
index cf3bc76..5cf28fa 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -1,8 +1,5 @@
(in-package :monkey)
-(defun concat-symbols (sym1 sym2)
- (intern (format nil "~a-~a" (symbol-name sym1) (symbol-name sym2))))
-
(eval-when (:compile-toplevel :load-toplevel :execute)
(defmacro eval-always (&body body)
`(eval-when (:compile-toplevel :load-toplevel :execute)