mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
minor simplifying
This commit is contained in:
parent
f8478def21
commit
3a2fe7f98c
7 changed files with 37 additions and 37 deletions
|
@ -357,7 +357,7 @@ protected:
|
|||
bool CheckTableRef(const TypePtr& t) const;
|
||||
bool CheckCall(const CallExpr* c) const;
|
||||
bool CheckSideEffects(SideEffectsOp::AccessType access, const TypePtr& t) const;
|
||||
bool CheckSideEffects(const IDSet& non_local_ids, const std::unordered_set<const Type*>& aggrs) const;
|
||||
bool CheckSideEffects(const IDSet& non_local_ids, const TypeSet& aggrs) const;
|
||||
|
||||
// Profile across all script functions.
|
||||
ProfileFuncs& pfs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue