projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654b067
)
utils_tail_match: Removed unused variables
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Wed, 4 Jul 2018 03:43:17 +0000
(10:43 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Wed, 4 Jul 2018 03:43:17 +0000
(10:43 +0700)
src/utils_tail_match.c
patch
|
blob
|
history
diff --git
a/src/utils_tail_match.c
b/src/utils_tail_match.c
index
5134a6e
..
8fcfc52
100644
(file)
--- 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;
};