mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/remove-unused-broobj-member'
* origin/topic/jsiwek/remove-unused-broobj-member: Remove unused BroObj::in_ser_cache member
This commit is contained in:
commit
0639fdcd45
1 changed files with 0 additions and 3 deletions
|
@ -82,7 +82,6 @@ public:
|
||||||
BroObj()
|
BroObj()
|
||||||
{
|
{
|
||||||
ref_cnt = 1;
|
ref_cnt = 1;
|
||||||
in_ser_cache = false;
|
|
||||||
notify_plugins = false;
|
notify_plugins = false;
|
||||||
|
|
||||||
// A bit of a hack. We'd like to associate location
|
// A bit of a hack. We'd like to associate location
|
||||||
|
@ -156,8 +155,6 @@ public:
|
||||||
~SuppressErrors() { --BroObj::suppress_errors; }
|
~SuppressErrors() { --BroObj::suppress_errors; }
|
||||||
};
|
};
|
||||||
|
|
||||||
bool in_ser_cache;
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Location* location; // all that matters in real estate
|
Location* location; // all that matters in real estate
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue