Skip to content

remove unnecessary self-assignment - #4299

Merged
ashie merged 1 commit into
fluent:masterfrom
isimluk:minor-perf
Sep 13, 2023
Merged

remove unnecessary self-assignment#4299
ashie merged 1 commit into
fluent:masterfrom
isimluk:minor-perf

Conversation

@isimluk

@isimluk isimluk commented Sep 12, 2023

Copy link
Copy Markdown
Contributor

Previously this code was assigning instance variable like

@log_event_router = log_event_router

later, during the refactoring of Fluent Engine it was changed to

log_event_router = log_event_router

which can be now removed. For reference please review changeset at 3a3aee0

Previously this code was assigning instance variable like

   @log_event_router = log_event_router

later, during the refactoring of Fluent Engine it was changed to

   log_event_router = log_event_router

which can be now removed. For reference please review changeset at
3a3aee0

Signed-off-by: Šimon Lukašík <isimluk@fedoraproject.org>
@ashie
ashie merged commit 78c9146 into fluent:master Sep 13, 2023
@ashie

ashie commented Sep 13, 2023

Copy link
Copy Markdown
Member

Thanks!

@isimluk
isimluk deleted the minor-perf branch September 14, 2023 18:28
@daipom daipom added this to the v1.17.0 milestone Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants