Refactory: remove unused classes, imports, fields and methods.
authorincastrix <incastrix>
Mon, 12 Oct 2009 18:25:55 +0000 (18:25 +0000)
committerincastrix <incastrix>
Mon, 12 Oct 2009 18:25:55 +0000 (18:25 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/builder/IdentifierIndexManager.java

index 8874d00..5b3a50f 100644 (file)
@@ -468,7 +468,7 @@ public class IdentifierIndexManager {
                }
 
                public boolean equals(Object o) {
-                       String s = (String) o;
+                       //String s = (String) o;
                        return compare(this, o) == 0;
                }
        }