From: Eric Leblond Date: Thu, 22 Nov 2018 14:00:11 +0000 (+0100) Subject: af-packet: remove unused field in AFPThreadVars X-Git-Tag: suricata-4.1.1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68536830851fd84031ed5657d39f62745c0779d2;p=thirdparty%2Fsuricata.git af-packet: remove unused field in AFPThreadVars --- diff --git a/src/source-af-packet.c b/src/source-af-packet.c index 85fcbaf1aa..8a337e1224 100644 --- a/src/source-af-packet.c +++ b/src/source-af-packet.c @@ -292,8 +292,6 @@ typedef struct AFPThreadVars_ uint8_t xdp_mode; - int map_fd[MAX_MAPS]; - } AFPThreadVars; TmEcode ReceiveAFP(ThreadVars *, Packet *, void *, PacketQueue *, PacketQueue *);