projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c3f64
)
src/filter_chain.c: Delete dead code.
author
Florian Forster
<octo@collectd.org>
Sat, 5 Dec 2015 21:48:18 +0000
(22:48 +0100)
committer
Florian Forster
<octo@collectd.org>
Sat, 5 Dec 2015 21:48:18 +0000
(22:48 +0100)
CID: 37961
src/filter_chain.c
patch
|
blob
|
history
diff --git
a/src/filter_chain.c
b/src/filter_chain.c
index
c9be097
..
e25e7a0
100644
(file)
--- a/
src/filter_chain.c
+++ b/
src/filter_chain.c
@@
-977,10
+977,6
@@
int fc_process_chain (const data_set_t *ds, value_list_t *vl, /* {{{ */
else if (status == FC_TARGET_RETURN)
return (FC_TARGET_CONTINUE);
- /* for-loop has been aborted: A target returned `FC_TARGET_STOP' */
- if (rule != NULL)
- return (FC_TARGET_CONTINUE);
-
DEBUG ("fc_process_chain (%s): Executing the default targets.",
chain->name);