aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/util.lisp b/src/util.lisp
index a0110ef..3238b79 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -350,18 +350,6 @@ expansion as a starting point for your own DEFPACKAGE form for your consfig."
else do (princ #\: s)
(loop-finish)))))))))
-(defun system (&rest args)
- "Simple wrapper around system(3)."
- (foreign-funcall
- "system" :string (if (cdr args)
- (escape-sh-command
- (loop for arg in args
- if (pathnamep arg)
- collect (unix-namestring arg)
- else collect arg))
- (car args))
- :int))
-
(eval-when (:compile-toplevel :load-toplevel :execute)
(define-constant +alphanum+
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"