mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +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 qualified = false;
|
||||||
public boolean checkAssociatedScopes= false;
|
public boolean checkAssociatedScopes= false;
|
||||||
|
|
||||||
public boolean forAssociatedScopes = false;
|
|
||||||
public boolean forUsingDeclaration = false;
|
public boolean forUsingDeclaration = false;
|
||||||
|
|
||||||
/** When computing the cost of a method call, treat the first argument as the implied object. */
|
/** When computing the cost of a method call, treat the first argument as the implied object. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue