From: Pavel Rochnyack Date: Wed, 4 Jul 2018 03:43:17 +0000 (+0700) Subject: utils_tail_match: Removed unused variables X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=8da2d75750b2920231be36df0341eea9209bc5f7 utils_tail_match: Removed unused variables --- 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; };