Remove unused data member of SMTP_Analyzer.

To silence a Coverity warning.
This commit is contained in:
Jon Siwek 2014-04-09 16:39:46 -05:00
parent d4ef9f3693
commit c617be6f50

View file

@ -84,7 +84,6 @@ protected:
int pipelining; // whether pipelining is supported int pipelining; // whether pipelining is supported
list<int> pending_cmd_q; // to support pipelining list<int> pending_cmd_q; // to support pipelining
int skip_data; // whether to skip message body int skip_data; // whether to skip message body
int orig_record_contents; // keep the original record_contents
BroString* line_after_gap; // last line before the first reply BroString* line_after_gap; // last line before the first reply
// after a gap // after a gap