Remove deprecated DESC_PORTABLE ODesc mode and ODesc::IsPortable()

This commit is contained in:
Tim Wojtulewicz 2022-06-15 15:09:32 -07:00
parent 77aa80033b
commit 765a8535e0
6 changed files with 14 additions and 25 deletions

View file

@ -22,10 +22,6 @@ namespace zeek
ODesc::ODesc(DescType t, File* arg_f)
{
if ( t == DESC_PORTABLE )
zeek::reporter->Warning("Remove in v5.1. Use of DESC_PORTABLE \"Describe\" format is "
"deprecated and will be removed");
type = t;
style = STANDARD_STYLE;
f = arg_f;