aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nlib.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-27 09:23:53 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-27 09:23:53 +0000
commit14b9870f513aa919bd23112f39391d5ed2cf9673 (patch)
treea49114ea65f6a760707fcd88bddcf27367096e9f /src/interp/nlib.lisp
parente813f56af68f00663d6df03c4ed1ff6f85873716 (diff)
downloadopen-axiom-14b9870f513aa919bd23112f39391d5ed2cf9673.tar.gz
Rename $FINDFILE to findFile/
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)))