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

Avoid unnecessary pointer params for gmtime/localtime. NFC #19698

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jun 23, 2023

Seems like there is no reason to pass a pointer here.

I noticed this while investigating #19694.

@sbc100 sbc100 force-pushed the avoid_pointer_arg branch from d700299 to 07992ad Compare June 23, 2023 18:00
@sbc100 sbc100 requested a review from kripken June 23, 2023 18:05
@sbc100 sbc100 force-pushed the avoid_pointer_arg branch from 07992ad to a31d107 Compare June 23, 2023 18:06
@sbc100 sbc100 enabled auto-merge (squash) June 23, 2023 18:21
@sbc100 sbc100 force-pushed the avoid_pointer_arg branch from a31d107 to 98e3466 Compare June 23, 2023 18:50
Seems like there is no reason to pass a pointer here.

I noticed this while investigating #19694.
@sbc100 sbc100 force-pushed the avoid_pointer_arg branch from 98e3466 to f01e545 Compare June 23, 2023 18:52
@sbc100 sbc100 merged commit 01f13eb into main Jun 23, 2023
@sbc100 sbc100 deleted the avoid_pointer_arg branch June 23, 2023 20:02
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.

2 participants