Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / batch / FileSystem.java
index 4ffa4a7..04b18d4 100644 (file)
@@ -67,7 +67,7 @@ public class FileSystem implements INameEnvironment, SuffixConstants {
                                        pathNames[i] = ((ClasspathDirectory) this.classpaths[i]).path;
                                }
                        } else {
-                               String lowercaseClasspathName = classpathNames[i].toLowerCase();
+                               //String lowercaseClasspathName = classpathNames[i].toLowerCase();
                                // if (lowercaseClasspathName.endsWith(SUFFIX_STRING_jar)
                                // || lowercaseClasspathName.endsWith(SUFFIX_STRING_zip)) {
                                // this.classpaths[i] = this.getClasspathJar(file); // will