]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
af-packet: Remove unused preprocessor define
authorJeff Lucovsky <jlucovsky@oisf.net>
Tue, 18 Jun 2024 13:45:06 +0000 (09:45 -0400)
committerVictor Julien <victor@inliniac.net>
Sat, 22 Jun 2024 13:54:33 +0000 (15:54 +0200)
Remove unused preprocessor value; exposed by compilation warning

src/source-af-packet.c

index 09cb554e10eaa40536aea3264ab4fd912baf9e4e..f4614bf9f4b930d44a401f543d803641df68a324 100644 (file)
@@ -257,7 +257,6 @@ static int AFPBypassCallback(Packet *p);
 static int AFPXDPBypassCallback(Packet *p);
 #endif
 
-#define MAX_MAPS 32
 /**
  * \brief Structure to hold thread specific variables.
  */