Skip to content

Commit

Permalink
Merge pull request #377 from alltilla/logpipe-remove-comment
Browse files Browse the repository at this point in the history
logpipe: remove out-of-date comment
  • Loading branch information
MrAnno authored Nov 15, 2024
2 parents 174077f + b2f5933 commit 81cb674
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 81cb674

Please sign in to comment.