mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Simplify WhileStmt::CondPredStmt()
This commit is contained in:
parent
817315d68e
commit
fffeea472a
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ public:
|
|||
|
||||
// Optimization-related:
|
||||
StmtPtr CondPredStmt() const
|
||||
{ return loop_cond_pred_stmt ? loop_cond_pred_stmt : nullptr; }
|
||||
{ return loop_cond_pred_stmt; }
|
||||
StmtPtr Duplicate() override;
|
||||
void Inline(Inliner* inl) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue