1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Removed an unused field.

This commit is contained in:
Sergey Prigogin 2015-06-08 16:55:57 -07:00
parent ff84cfc4a1
commit e23a7dabc5

View file

@ -95,7 +95,6 @@ public class LookupData extends ScopeLookupData {
public boolean qualified = false;
public boolean checkAssociatedScopes= false;
public boolean forAssociatedScopes = false;
public boolean forUsingDeclaration = false;
/** When computing the cost of a method call, treat the first argument as the implied object. */