1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-16 12:45:41 +02:00

Remove unused variable

This commit is contained in:
Leo Treggiari 2005-09-16 23:24:18 +00:00
parent 9acac67434
commit 6ac0c5c7eb

View file

@ -498,7 +498,6 @@ public class ResourceConfiguration extends BuildObject implements IResourceConfi
String t_ToolsToInvoke = EMPTY_STRING; String t_ToolsToInvoke = EMPTY_STRING;
ITool[] resConfigTools; ITool[] resConfigTools;
ITool[] tools; ITool[] tools;
String id;
String rcbsToolId = EMPTY_STRING; String rcbsToolId = EMPTY_STRING;
int len; int len;
int j; int j;
@ -621,7 +620,7 @@ public class ResourceConfiguration extends BuildObject implements IResourceConfi
toolsToInvoke = t_ToolsToInvoke; toolsToInvoke = t_ToolsToInvoke;
} }
return tools; return tools;
} }
/* (non-Javadoc) /* (non-Javadoc)