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:
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;
|
||||||
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue