mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 21:25:58 +02:00
Remove unused variable
This commit is contained in:
parent
9acac67434
commit
6ac0c5c7eb
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue