mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remove warning.
This commit is contained in:
parent
7a2c1013a6
commit
436d864a06
1 changed files with 1 additions and 2 deletions
|
@ -72,7 +72,6 @@ public class CModelBuilder {
|
||||||
private org.eclipse.cdt.internal.core.model.TranslationUnit translationUnit;
|
private org.eclipse.cdt.internal.core.model.TranslationUnit translationUnit;
|
||||||
private Map newElements;
|
private Map newElements;
|
||||||
private IQuickParseCallback quickParseCallback;
|
private IQuickParseCallback quickParseCallback;
|
||||||
private IASTCompilationUnit compilationUnit;
|
|
||||||
// indicator if the unit has parse errors
|
// indicator if the unit has parse errors
|
||||||
private boolean hasNoErrors = false;
|
private boolean hasNoErrors = false;
|
||||||
|
|
||||||
|
@ -203,7 +202,7 @@ public class CModelBuilder {
|
||||||
long startTime = System.currentTimeMillis();
|
long startTime = System.currentTimeMillis();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
compilationUnit = parse(quickParseMode, true);
|
parse(quickParseMode, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
catch( ParserException e )
|
catch( ParserException e )
|
||||||
|
|
Loading…
Add table
Reference in a new issue