mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Removed warning.
This commit is contained in:
parent
21b6be5467
commit
a3fe799c39
1 changed files with 0 additions and 1 deletions
|
@ -391,7 +391,6 @@ public class DerivableContainerSymbol extends ContainerSymbol implements IDeriva
|
|||
final ISymbol finalEnc = enclosing;
|
||||
LookupData data = new LookupData( name ){
|
||||
public ISymbol getStopAt() { return stopAt; }
|
||||
public boolean shouldReturnInvisibleSymbols() { return true; }
|
||||
final private ISymbol stopAt = finalEnc;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue