Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / JavaCore.java
index 7e8a366..c04e2a5 100644 (file)
@@ -2848,7 +2848,7 @@ public class JavaCore {
                if (target instanceof File) {
                        File externalFile = (File) target;
                        if (externalFile.isFile()) {
-                               String fileName = externalFile.getName().toLowerCase();
+                               //String fileName = externalFile.getName().toLowerCase();
                                // if (fileName.endsWith(".jar" //$NON-NLS-1$
                                // ) || fileName.endsWith(".zip" //$NON-NLS-1$
                                // )) { // external binary archive