summaryrefslogtreecommitdiffstats
path: root/src/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter.c')
-rw-r--r--src/filter.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/filter.c b/src/filter.c
index 088ac4376..a1d1e43fa 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -234,9 +234,6 @@ continue_process_filters (struct worker_task *task)
}
/* Process all metrics */
g_hash_table_foreach (task->results, metric_process_callback, task);
- /* All done */
- bufferevent_enable (task->bev, EV_WRITE);
- evbuffer_drain (task->bev->output, EVBUFFER_LENGTH (task->bev->output));
process_statfiles (task);
return 1;
}