mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Cleanups related to PDict -> std::map replacements
This commit is contained in:
parent
e6558d1f19
commit
87f85ecca1
18 changed files with 41 additions and 36 deletions
|
@ -51,7 +51,7 @@ void lookup_global_symbols_regex(const string& orig_regex, vector<ID*>& matches,
|
|||
}
|
||||
|
||||
Scope* global = global_scope();
|
||||
auto syms = global->Vars();
|
||||
const auto& syms = global->Vars();
|
||||
|
||||
ID* nextid;
|
||||
for ( const auto& sym : syms )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue