aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util.lisp b/src/util.lisp
index f0ca5cb..887ebd1 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -35,11 +35,6 @@
(loop for result in new-results and i upfrom 0
do (nconcf (aref results i) result)))))
-(defun noop (&rest args)
- "Accept any arguments and do nothing."
- (declare (ignore args))
- (values))
-
(defun lines (text &optional trimfun (trimchars '(#\Space #\Tab)))
(with-input-from-string (stream text)
(let (bolp buffer)