From c617be6f50d88f8771a238799e60c37179f9c982 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Wed, 9 Apr 2014 16:39:46 -0500 Subject: [PATCH] Remove unused data member of SMTP_Analyzer. To silence a Coverity warning. --- src/analyzer/protocol/smtp/SMTP.h | 1 - 1 file changed, 1 deletion(-) 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