From d58bc352f1d5ab8faaa1ea73d686b5c6cdd7f016 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 14 Nov 2006 22:35:40 +0000 Subject: [PATCH] removed comment that was resolved svn: r4853 --- collects/setup/main-collects.ss | 2 -- 1 file changed, 2 deletions(-) diff --git a/collects/setup/main-collects.ss b/collects/setup/main-collects.ss index b4323c492b..fb7bb450b8 100644 --- a/collects/setup/main-collects.ss +++ b/collects/setup/main-collects.ss @@ -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