From: Jeff Lucovsky Date: Tue, 18 Jun 2024 13:45:06 +0000 (-0400) Subject: af-packet: Remove unused preprocessor define X-Git-Tag: suricata-8.0.0-beta1~1127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834cd6fbdb346a9ad6ec62022dfbf78edf5b5a39;p=thirdparty%2Fsuricata.git af-packet: Remove unused preprocessor define Remove unused preprocessor value; exposed by compilation warning --- diff --git a/src/source-af-packet.c b/src/source-af-packet.c index 09cb554e10..f4614bf9f4 100644 --- a/src/source-af-packet.c +++ b/src/source-af-packet.c @@ -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. */