mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Remove deprecated DESC_PORTABLE ODesc mode and ODesc::IsPortable()
This commit is contained in:
parent
77aa80033b
commit
765a8535e0
6 changed files with 14 additions and 25 deletions
|
@ -2677,7 +2677,7 @@ TraversalCode InlineExpr::Traverse(TraversalCallback* cb) const
|
|||
|
||||
void InlineExpr::ExprDescribe(ODesc* d) const
|
||||
{
|
||||
if ( d->IsReadable() || d->IsPortable() )
|
||||
if ( d->IsReadable() )
|
||||
{
|
||||
d->Add("inline(");
|
||||
args->Describe(d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue