From eb19fc4c7bbcc00e781dd5fe2ed1f74f13bd9671 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 20 Oct 2015 10:49:10 +0200 Subject: [PATCH] mpm: remove unused structure --- src/util-mpm.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util-mpm.h b/src/util-mpm.h index 2cf85e5980..e8256b4ba5 100644 --- a/src/util-mpm.h +++ b/src/util-mpm.h @@ -52,10 +52,6 @@ enum { /* Internal Pattern Index: 0 to pattern_cnt-1 */ typedef uint32_t MpmPatternIndex; -typedef struct MpmMatchBucket_ { - uint32_t len; -} MpmMatchBucket; - typedef struct MpmThreadCtx_ { void *ctx; -- 2.47.3