Index: gnu/java/io/PlatformHelper.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/io/PlatformHelper.java,v retrieving revision 1.5 diff -u -r1.5 PlatformHelper.java --- gnu/java/io/PlatformHelper.java 2 Jul 2005 20:32:12 -0000 1.5 +++ gnu/java/io/PlatformHelper.java 26 Oct 2005 08:53:15 -0000 @@ -109,11 +109,6 @@ String tmppath = path.replace('/', separatorChar); StringBuffer canonpath; - // We found it'll be more efficient and easy to handle to - // return a lowercased canonical path - if(isWindows) - tmppath = tmppath.toLowerCase(); - int i; if ((i = beginWithRootPathPrefix(tmppath)) == 0 )