Remove unused BroObj::in_ser_cache member

This commit is contained in:
Jon Siwek 2019-07-15 17:29:20 -07:00
parent 50e4da74cf
commit 0058c27bcf

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