Removed unused varibale.
authorpombredanne <pombredanne>
Sun, 22 Oct 2006 19:25:59 +0000 (19:25 +0000)
committerpombredanne <pombredanne>
Sun, 22 Oct 2006 19:25:59 +0000 (19:25 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenameIdentifierDelegate.java

index beaf423..4313127 100644 (file)
@@ -79,7 +79,6 @@ public class RenameIdentifierDelegate {
                // workspace) to look for all *.properties files with the same bundle
                // base name
                IContainer rootContainer;
-               ArrayList phpProjects = new ArrayList();
                IProject project;
                if (info.isAllProjects()) {
                        rootContainer = ResourcesPlugin.getWorkspace().getRoot();