Remove unused LoginConn type and variable in Conn.h

This commit is contained in:
Tim Wojtulewicz 2020-10-13 11:13:02 -07:00
parent 961532a8f7
commit 8a7730f4c8
2 changed files with 0 additions and 7 deletions

View file

@ -24,7 +24,6 @@
ZEEK_FORWARD_DECLARE_NAMESPACED(Connection, zeek);
ZEEK_FORWARD_DECLARE_NAMESPACED(ConnectionTimer, zeek::detail);
ZEEK_FORWARD_DECLARE_NAMESPACED(NetSessions, zeek);
class LoginConn;
ZEEK_FORWARD_DECLARE_NAMESPACED(EncapsulationStack, zeek);
ZEEK_FORWARD_DECLARE_NAMESPACED(Specific_RE_Matcher, zeek::detail);
@ -173,8 +172,6 @@ public:
void AppendAddl(const char* str);
LoginConn* AsLoginConn() { return login_conn; }
void Match(detail::Rule::PatternType type, const u_char* data, int len,
bool is_orig, bool bol, bool eol, bool clear_state);
@ -354,7 +351,6 @@ protected:
double start_time, last_time;
double inactivity_timeout;
RecordValPtr conn_val;
LoginConn* login_conn; // either nil, or this
const EncapsulationStack* encapsulation; // tunnels
int suppress_event; // suppress certain events to once per conn.