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

Removes dead code from type conversion #19436

Merged
merged 1 commit into from Feb 12, 2024

Commits on Dec 15, 2023

  1. Removes dead code from type conversion

    The removed code would only run if `converter` was not null. But in that case the if on line 166 would match and it would return from the method. So the removed code can only be reached if `converter` is null.
    vitek-karas committed Dec 15, 2023
    Copy the full SHA
    cd11db6 View commit details
    Browse the repository at this point in the history