mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
removal of unused functionality and some follow-on simplifications
This commit is contained in:
parent
ecc93606c4
commit
b6b4a81e0d
9 changed files with 17 additions and 143 deletions
|
@ -459,14 +459,6 @@ private:
|
|||
const ZInstI* BeginningOfLoop(const ZInstI* inst, int depth) const;
|
||||
const ZInstI* EndOfLoop(const ZInstI* inst, int depth) const;
|
||||
|
||||
// True if any statement other than a frame sync assigns to the
|
||||
// given slot.
|
||||
bool VarIsAssigned(int slot) const;
|
||||
|
||||
// True if the given statement assigns to the given slot, and
|
||||
// it's not a frame sync.
|
||||
bool VarIsAssigned(int slot, const ZInstI* i) const;
|
||||
|
||||
// True if any statement other than a frame sync uses the given slot.
|
||||
bool VarIsUsed(int slot) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue