mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
restructured tracking of initializations of globals for script compilation
This commit is contained in:
parent
0d5c669c1c
commit
1af905a14f
5 changed files with 80 additions and 32 deletions
|
@ -680,11 +680,6 @@ std::vector<Func*> ID::GetOptionHandlers() const
|
|||
return v;
|
||||
}
|
||||
|
||||
void IDOptInfo::AddInitExpr(ExprPtr init_expr)
|
||||
{
|
||||
init_exprs.emplace_back(std::move(init_expr));
|
||||
}
|
||||
|
||||
} // namespace detail
|
||||
|
||||
} // namespace zeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue