From: Ken Steele Date: Mon, 10 Nov 2014 20:01:36 +0000 (-0500) Subject: DetectFlowintData - remove unused idx in TargetVar. X-Git-Tag: suricata-2.1beta3~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6f83a586c13e2dda6eb52dac00d60684bf46919;p=thirdparty%2Fsuricata.git DetectFlowintData - remove unused idx in TargetVar. The idx inside TargetVar inside DetectFlowintData is never used, so remove it. --- diff --git a/src/detect-flowint.h b/src/detect-flowint.h index 973321ad0d..1c433e23e0 100644 --- a/src/detect-flowint.h +++ b/src/detect-flowint.h @@ -55,7 +55,6 @@ enum { /** If the target is another var, get the name and the idx */ typedef struct TargetVar_ { - uint16_t idx; char *name; } TargetVar;