utils_tail_match: Removed unused variables
authorPavel Rochnyack <pavel2000@ngs.ru>
Wed, 4 Jul 2018 03:43:17 +0000 (10:43 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Wed, 4 Jul 2018 03:43:17 +0000 (10:43 +0700)
src/utils_tail_match.c

index 5134a6e..8fcfc52 100644 (file)
@@ -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;
 };