Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unnecessary self-assignment #4299

Merged
merged 1 commit into from
Sep 13, 2023
Merged

remove unnecessary self-assignment #4299

merged 1 commit into from
Sep 13, 2023

Conversation

isimluk
Copy link
Contributor

@isimluk isimluk commented Sep 12, 2023

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 <[email protected]>
@ashie ashie merged commit 78c9146 into fluent:master Sep 13, 2023
13 of 16 checks passed
@ashie
Copy link
Member

ashie commented Sep 13, 2023

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