refactor(3p/lisp/mime4cl): drop NATIVE-NAMESTRING
The only code that used this function was removed in r/7854. Change-Id: Ia07dcb08ed4a92495085b48018372fb9898a0248 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12860 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
0c87789b31
commit
743d54a758
1 changed files with 0 additions and 5 deletions
5
third_party/lisp/mime4cl/ex-sclf.lisp
vendored
5
third_party/lisp/mime4cl/ex-sclf.lisp
vendored
|
@ -270,11 +270,6 @@ ELEMENT-TYPE."
|
|||
|
||||
;; FILES
|
||||
|
||||
(defun native-namestring (pathname)
|
||||
#+sbcl (sb-ext:native-namestring pathname)
|
||||
#-sbcl (let (#+cmu (lisp::*ignore-wildcards* t))
|
||||
(namestring pathname)))
|
||||
|
||||
;; FILE-LENGTH is a bit idiosyncratic in this respect. Besides, Unix
|
||||
;; allows to get to know the file size without being able to open a
|
||||
;; file; just ask politely.
|
||||
|
|
Loading…
Reference in a new issue