mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Type: remove useless BroType destructor
This commit is contained in:
parent
4e438bf422
commit
411d048d24
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ const int MATCHES_INDEX_VECTOR = 2;
|
||||||
class BroType : public BroObj {
|
class BroType : public BroObj {
|
||||||
public:
|
public:
|
||||||
explicit BroType(TypeTag tag, bool base_type = false);
|
explicit BroType(TypeTag tag, bool base_type = false);
|
||||||
~BroType() override { }
|
|
||||||
|
|
||||||
// Performs a shallow clone operation of the Bro type.
|
// Performs a shallow clone operation of the Bro type.
|
||||||
// This especially means that especially for tables the types
|
// This especially means that especially for tables the types
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue