mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Deprecate TableVal::Delete(), replace with Remove()
This commit is contained in:
parent
087a0f3636
commit
dc03f0bb83
4 changed files with 34 additions and 12 deletions
|
@ -2550,7 +2550,7 @@ void IndexExpr::Delete(Frame* f)
|
|||
if ( ! v2 )
|
||||
return;
|
||||
|
||||
v1->AsTableVal()->Delete(v2.get());
|
||||
v1->AsTableVal()->Remove(*v2);
|
||||
}
|
||||
|
||||
IntrusivePtr<Expr> IndexExpr::MakeLvalue()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue