Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / ui / OverrideIndicatorLabelDecorator.java
index db7385e..1aed547 100644 (file)
@@ -142,7 +142,7 @@ public class OverrideIndicatorLabelDecorator implements ILabelDecorator,
         */
        protected int getOverrideIndicators(IMethod method)
                        throws JavaModelException {
-               IType type = method.getDeclaringType();
+               //IType type = method.getDeclaringType();
                // ITypeHierarchy hierarchy=
                // SuperTypeHierarchyCache.getTypeHierarchy(type);
                // if (hierarchy != null) {