]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
DetectFlowintData - remove unused idx in TargetVar.
authorKen Steele <ken@tilera.com>
Mon, 10 Nov 2014 20:01:36 +0000 (15:01 -0500)
committerVictor Julien <victor@inliniac.net>
Thu, 27 Nov 2014 15:22:24 +0000 (16:22 +0100)
The idx inside TargetVar inside DetectFlowintData is never used, so remove
it.

src/detect-flowint.h

index 973321ad0df71451f02198002b632455589e3155..1c433e23e0de3b8e16885645e1e0c4d5d0e0f230 100644 (file)
@@ -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;