mpm: remove unused structure

pull/1980/head
Victor Julien 10 years ago
parent caea596ce5
commit eb19fc4c7b

@ -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;

Loading…
Cancel
Save