Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / util / JavaModelUtil.java
index 8946aaa..6359918 100644 (file)
@@ -573,7 +573,7 @@ public class JavaModelUtil {
                        if (semi == -1) {
                                throw new IllegalArgumentException();
                        }
-                       String name = refTypeSig.substring(arrayCount + 1, semi);
+                       //String name = refTypeSig.substring(arrayCount + 1, semi);
 
                        // String[][] resolvedNames= declaringType.resolveType(name);
                        // if (resolvedNames != null && resolvedNames.length > 0) {