mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
low-level tidying
This commit is contained in:
parent
607e9950bf
commit
e42b1fa05d
2 changed files with 3 additions and 2 deletions
|
@ -154,7 +154,7 @@ void Inliner::InlineFunction(FuncInfo* f)
|
|||
f->Func()->SetFrameSize(new_frame_size);
|
||||
}
|
||||
|
||||
ExprPtr Inliner::CheckForInlining(IntrusivePtr<CallExpr> c)
|
||||
ExprPtr Inliner::CheckForInlining(CallExprPtr c)
|
||||
{
|
||||
auto f = c->Func();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue