Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / builder / State.java
index e5f273f..f610700 100644 (file)
@@ -20,7 +20,7 @@ import net.sourceforge.phpdt.internal.core.util.SimpleLookupTable;
 import org.eclipse.core.resources.IProject;
 import org.eclipse.core.resources.IResource;
 import org.eclipse.core.resources.IResourceDelta;
-import org.eclipse.core.runtime.IPath;
+//import org.eclipse.core.runtime.IPath;
 
 public class State {
        // NOTE: this state cannot contain types that are not defined in this
@@ -179,7 +179,7 @@ public class State {
                                removePackage(children[i]);
                        return;
                case IResource.FILE:
-                       IPath typeLocatorPath = resource.getProjectRelativePath();
+                       //IPath typeLocatorPath = resource.getProjectRelativePath();
                        // if
                        // (ProjectPrefUtil.isJavaFileName(typeLocatorPath.lastSegment()))
                        // removeLocator(typeLocatorPath.toString());