eclipse plugin:Remove unused local variable
Issue found by "FindBugs"
This commit is contained in:
parent
5faf8b3c61
commit
dd5f575196
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public class WesnothProjectBuilder extends IncrementalProjectBuilder
|
|||
defines.add("SKIP_CORE"); //$NON-NLS-1$
|
||||
|
||||
// we use a single _MACROS_.cfg file for each project
|
||||
int preprocResult = PreprocessorUtils.getInstance().preprocessFile(file,
|
||||
PreprocessorUtils.getInstance().preprocessFile(file,
|
||||
PreprocessorUtils.getInstance().getDefinesLocation(file), defines);
|
||||
monitor.worked(5);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue