From: pombredanne Date: Sun, 22 Oct 2006 19:25:59 +0000 (+0000) Subject: Removed unused varibale. X-Git-Url: http://git.phpeclipse.com Removed unused varibale. --- diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenameIdentifierDelegate.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenameIdentifierDelegate.java index beaf423..4313127 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenameIdentifierDelegate.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenameIdentifierDelegate.java @@ -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();