From 0058c27bcf1d68e249738d5b675a554eedbf6ad4 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Mon, 15 Jul 2019 17:29:20 -0700 Subject: [PATCH] Remove unused BroObj::in_ser_cache member --- src/Obj.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Obj.h b/src/Obj.h index 78f8d018d3..714955be8c 100644 --- a/src/Obj.h +++ b/src/Obj.h @@ -82,7 +82,6 @@ public: BroObj() { ref_cnt = 1; - in_ser_cache = false; notify_plugins = false; // A bit of a hack. We'd like to associate location @@ -156,8 +155,6 @@ public: ~SuppressErrors() { --BroObj::suppress_errors; } }; - bool in_ser_cache; - protected: Location* location; // all that matters in real estate