1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Removed warning.

This commit is contained in:
John Camelon 2005-06-20 15:18:43 +00:00
parent 21b6be5467
commit a3fe799c39

View file

@ -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;
};