From b87d92df49b8313e8bc8520a3755e4da9508ed49 Mon Sep 17 00:00:00 2001 From: Jacob Matthews Date: Tue, 13 Dec 2005 05:48:56 +0000 Subject: [PATCH] . svn: r1606 --- collects/planet/planet-archives.ss | 1 - 1 file changed, 1 deletion(-) diff --git a/collects/planet/planet-archives.ss b/collects/planet/planet-archives.ss index 5b82924a25..5f21a9c608 100644 --- a/collects/planet/planet-archives.ss +++ b/collects/planet/planet-archives.ss @@ -37,5 +37,4 @@ ;; SIDE EFFECT: creates the directory if it doesn't already exist (define (get-planet-cache-path) (let ((path (build-path (PLANET-DIR) "cache.ss"))) - (make-directory* (PLANET-DIR)) path)))