mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +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;
|
||||
ITool[] resConfigTools;
|
||||
ITool[] tools;
|
||||
String id;
|
||||
String rcbsToolId = EMPTY_STRING;
|
||||
int len;
|
||||
int j;
|
||||
|
@ -621,7 +620,7 @@ public class ResourceConfiguration extends BuildObject implements IResourceConfi
|
|||
toolsToInvoke = t_ToolsToInvoke;
|
||||
}
|
||||
return tools;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue