From 8da2d75750b2920231be36df0341eea9209bc5f7 Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Wed, 4 Jul 2018 10:43:17 +0700 Subject: [PATCH] utils_tail_match: Removed unused variables --- src/utils_tail_match.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils_tail_match.c b/src/utils_tail_match.c index 5134a6e1..8fcfc520 100644 --- a/src/utils_tail_match.c +++ b/src/utils_tail_match.c @@ -57,10 +57,7 @@ struct cu_tail_match_match_s { typedef struct cu_tail_match_match_s cu_tail_match_match_t; struct cu_tail_match_s { - int flags; cu_tail_t *tail; - - cdtime_t interval; cu_tail_match_match_t *matches; size_t matches_num; }; -- 2.11.0