Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes dead code from type conversion (#19436)
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.
- Loading branch information