private.rc
changeset 361 2e93bfb4a8b2
parent 345 60ed020e7c7c
child 386 5be25f341b4f
--- a/private.rc	Sat Jun 05 14:24:54 1999 +0200
+++ b/private.rc	Sat Jun 05 20:39:17 1999 +0200
@@ -110,13 +110,6 @@
     ].
 ].
 
-'../../doc' asFilename exists ifTrue:[
-    Smalltalk systemPath addFirst:'../..'.
-].
-'../' asFilename exists ifTrue:[
-    Smalltalk systemPath addFirst:'..'.
-].
-
 "/ since smalltalk keeps track of which directories exist
 "/ in the path, this cache has to be flushed whenever new directories
 "/ are added to the system path: