Skip to content

Commit

Permalink
logpipe: remove out-of-date comment
Browse files Browse the repository at this point in the history
Not relevant since:
e8fefcf

Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed Nov 12, 2024
1 parent 2d00a2f commit b2f5933
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/logpipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ log_pipe_init_instance(LogPipe *self, GlobalConfig *cfg)
self->plugin_name = NULL;
self->signal_slot_connector = signal_slot_connector_new();

/* NOTE: queue == NULL means that this pipe simply forwards the
* message along the pipeline, e.g. like it has called
* log_msg_forward_msg. Since this is a common case, it is better
* inlined (than to use an indirect call) for performance. */

self->queue = log_pipe_forward_msg;
self->free_fn = log_pipe_free_method;
self->arcs = _arcs;
Expand Down

0 comments on commit b2f5933

Please sign in to comment.