Remove unused variable

Error: COMPILER_WARNING:
rsyslog-7.4.10/plugins/pmaixforwardedfrom/pmaixforwardedfrom.c: scope_hint: In function 'parse'
rsyslog-7.4.10/plugins/pmaixforwardedfrom/pmaixforwardedfrom.c:72: warning: unused variable 'opening'
This commit is contained in:
Tomas Heinrich 2014-07-15 16:49:28 +02:00 committed by Rainer Gerhards
parent fee75d299b
commit 3cde17dbf0

View File

@ -69,7 +69,6 @@ ENDisCompatibleWithFeature
BEGINparse BEGINparse
uchar *p2parse; uchar *p2parse;
uchar *opening;
int lenMsg; int lenMsg;
#define OpeningText "Message forwarded from " #define OpeningText "Message forwarded from "
CODESTARTparse CODESTARTparse