mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Scope: remove uses of PDict
This commit is contained in:
parent
bbf49406c1
commit
a3deb0446c
7 changed files with 51 additions and 41 deletions
|
@ -429,7 +429,7 @@ TraversalCode OuterIDBindingFinder::PreExpr(const Expr* expr)
|
|||
if ( e->Id()->IsGlobal() )
|
||||
return TC_CONTINUE;
|
||||
|
||||
if ( scope->GetIDs()->Lookup(e->Id()->Name()) )
|
||||
if ( scope->Lookup(e->Id()->Name()) )
|
||||
return TC_CONTINUE;
|
||||
|
||||
outer_id_references.push_back(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue