Skip to content

Commit

Permalink
temp: remove init_noack
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Oct 14, 2024
1 parent 45741fe commit 716de95
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/logpipe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 716de95

Please sign in to comment.