Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@AlexGuteniev
Copy link
Contributor

Resolve #3926

Mostly a red change

Also repeat _CRTIMP2 on __crtGetSystemTimePreciseAsFileTime -- see #3927

@AlexGuteniev AlexGuteniev requested a review from a team as a code owner August 8, 2023 12:44
@CaseyCarter CaseyCarter added the enhancement Something can be improved label Aug 8, 2023
Copy link
Contributor

@CaseyCarter CaseyCarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a solid cleanup. I git grepped for all the affected names in the MSVC-internal repo - out of an overabundance of paranoia - and found no other occurrences of the removed names.

@StephanTLavavej
Copy link
Member

This is great! 😻

@StephanTLavavej StephanTLavavej self-assigned this Aug 10, 2023
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej
Copy link
Member

I've pushed a merge with main to resolve a conflict in stl/src/winapisupp.cpp where #3900 updated preprocessor comments. Resolved by accepting this PR's code elimination; with only #if and #endif we don't need arrow comments.

@StephanTLavavej StephanTLavavej merged commit c623688 into microsoft:main Aug 11, 2023
@StephanTLavavej
Copy link
Member

Thanks for noticing and eliminating all of this dead code! 🧟 ☠️ 😻

@AlexGuteniev AlexGuteniev deleted the wassup branch August 11, 2023 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Something can be improved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Why are these functions preserved?

3 participants