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:
Robin Sommer 2019-07-16 15:19:16 +00:00
commit 0639fdcd45

View file

@ -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