mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11: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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue