diff --git a/src/analyzer/protocol/smtp/SMTP.h b/src/analyzer/protocol/smtp/SMTP.h index cc12167d30..8caaf846b8 100644 --- a/src/analyzer/protocol/smtp/SMTP.h +++ b/src/analyzer/protocol/smtp/SMTP.h @@ -84,7 +84,6 @@ protected: int pipelining; // whether pipelining is supported list pending_cmd_q; // to support pipelining 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 // after a gap