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:
parent
ff84cfc4a1
commit
e23a7dabc5
1 changed files with 0 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue