aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-25 16:39:41 +0100
committerMax Kellermann <max@duempel.org>2009-12-25 16:39:41 +0100
commitd469c8137fc54e64b87c604c058d7d9b43246632 (patch)
tree093b1eafc1a08e9d3af6d467e4d0a5f03e71f9e5
parentc374a7d3f4bdd9764f6d38339d76459eaac98f60 (diff)
filter_registry: removed the "chain" plugin from filter_plugins
This plugin cannot be configured.
-rw-r--r--src/filter_registry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filter_registry.c b/src/filter_registry.c
index e428e1cd..5ad8053b 100644
--- a/src/filter_registry.c
+++ b/src/filter_registry.c
@@ -26,7 +26,6 @@
const struct filter_plugin *const filter_plugins[] = {
&null_filter_plugin,
- &chain_filter_plugin,
&route_filter_plugin,
&normalize_filter_plugin,
&volume_filter_plugin,