]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
af-packet: remove unused field in AFPThreadVars
authorEric Leblond <eric@regit.org>
Thu, 22 Nov 2018 14:00:11 +0000 (15:00 +0100)
committerEric Leblond <eric@regit.org>
Mon, 3 Dec 2018 16:46:33 +0000 (17:46 +0100)
src/source-af-packet.c

index 85fcbaf1aa98e7a88355cc2a9706db559ac10e81..8a337e1224ad655f3eda99cff614023ded6196ba 100644 (file)
@@ -292,8 +292,6 @@ typedef struct AFPThreadVars_
 
     uint8_t xdp_mode;
 
-    int map_fd[MAX_MAPS];
-
 } AFPThreadVars;
 
 TmEcode ReceiveAFP(ThreadVars *, Packet *, void *, PacketQueue *, PacketQueue *);