mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58: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
|
@ -21,7 +21,6 @@ class Type;
|
|||
enum DescType
|
||||
{
|
||||
DESC_READABLE,
|
||||
DESC_PORTABLE,
|
||||
DESC_BINARY,
|
||||
};
|
||||
|
||||
|
@ -39,7 +38,6 @@ public:
|
|||
~ODesc();
|
||||
|
||||
bool IsReadable() const { return type == DESC_READABLE; }
|
||||
bool IsPortable() const { return type == DESC_PORTABLE; }
|
||||
bool IsBinary() const { return type == DESC_BINARY; }
|
||||
|
||||
bool IsShort() const { return is_short; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue