removed comment that was resolved
svn: r4853
This commit is contained in:
parent
97d27f5e08
commit
d58bc352f1
|
@ -23,8 +23,6 @@
|
|||
;; fine: getting rid of `.' and `..' (simplify-path) and collapsing
|
||||
;; `//' to `/' (expand-path). Using `expand-path' also expands `~'
|
||||
;; and `~user', but this should not be a problem in practice.
|
||||
;; Note: (expand-path (simplify-path P)) is bogus, if P is "./~foo"
|
||||
;; or "~foo/.."
|
||||
(define (simplify-bytes-path bytes)
|
||||
(path->bytes (simplify-path (expand-path (bytes->path bytes)))))
|
||||
;; on Windows, turn backslashes to forward slashes
|
||||
|
|
Loading…
Reference in New Issue
Block a user