From 716de957ec37bf0704efbac2c17124aba77e2606 Mon Sep 17 00:00:00 2001 From: Szilard Parrag Date: Mon, 14 Oct 2024 14:33:12 +0200 Subject: [PATCH] temp: remove init_noack Signed-off-by: Szilard Parrag --- lib/logpipe.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/logpipe.h b/lib/logpipe.h index d2a527caa..d34a9891c 100644 --- a/lib/logpipe.h +++ b/lib/logpipe.h @@ -234,19 +234,6 @@ log_path_options_init(LogPathOptions *self, FilterXEvalContext *filterx_eval_con self->filterx_context = filterx_eval_context; } - -static void -log_path_options_init_noack(LogPathOptions *self, FilterXEvalContext *filterx_eval_context) -{ - memset(filterx_eval_context, 0, sizeof(FilterXEvalContext)); - - self->ack_needed = FALSE; - self->flow_control_requested = FALSE; - self->matched = NULL; - self->lpo_parent_junction = NULL; - self->filterx_context = filterx_eval_context; -} - /* * Embed a step in our LogPathOptions chain. */