aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nlib.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/nlib.lisp')
-rw-r--r--src/interp/nlib.lisp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/interp/nlib.lisp b/src/interp/nlib.lisp
index 6122111a..0e76b5b8 100644
--- a/src/interp/nlib.lisp
+++ b/src/interp/nlib.lisp
@@ -236,17 +236,6 @@
(mapcar #'string keys))
(putindextable ctable filearg))
-
-(defun $findfile (filespec filetypelist)
- (let ((file-name (if (consp filespec) (car filespec) filespec))
- (file-type (if (consp filespec) (cadr filespec) nil)))
- (if file-type (push file-type filetypelist))
- (some #'(lambda (ft) (|makeInputFilename| file-name ft))
- filetypelist)))
-
-;;(defun move-file (namestring1 namestring2)
-;; (rename-file namestring1 namestring2))
-
(defun $FCOPY (filespec1 filespec2)
(let ((name1 (|makeFullFilePath| filespec1))
(name2 (|makeFullFilePath| filespec2)))