mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
removed skeletal (non-functioning) "when" support from ZAM
This commit is contained in:
parent
84906171ba
commit
61891e615a
3 changed files with 0 additions and 100 deletions
|
@ -137,7 +137,6 @@ private:
|
|||
const ZAMStmt CompileCatchReturn(const CatchReturnStmt* cr);
|
||||
const ZAMStmt CompileStmts(const StmtList* sl);
|
||||
const ZAMStmt CompileInit(const InitStmt* is);
|
||||
const ZAMStmt CompileWhen(const WhenStmt* ws);
|
||||
|
||||
const ZAMStmt CompileNext() { return GenGoTo(nexts.back()); }
|
||||
const ZAMStmt CompileBreak() { return GenGoTo(breaks.back()); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue