Skip to content

okhttp: Remove dead code in io.grpc.okhttp.internal.Util - #9071

Merged
ejona86 merged 1 commit into
grpc:masterfrom
ejona86:okhttp-rm-dead
Apr 8, 2022
Merged

okhttp: Remove dead code in io.grpc.okhttp.internal.Util#9071
ejona86 merged 1 commit into
grpc:masterfrom
ejona86:okhttp-rm-dead

Conversation

@ejona86

@ejona86 ejona86 commented Apr 8, 2022

Copy link
Copy Markdown
Member

A substantial portion of the methods are unused. While these don't
contribute to the size of Android builds because of dead code
elimination in the build process, they still show up in static analysis
and raise questions like "when are we using MD5" or "when are we special
casing exception message text" (answer: "we're not").

CC @temawi

A substantial portion of the methods are unused. While these don't
contribute to the size of Android builds because of dead code
elimination in the build process, they still show up in static analysis
and raise questions like "when are we using MD5" or "when are we special
casing exception message text" (answer: "we're not").
@ejona86
ejona86 requested a review from YifeiZhuang April 8, 2022 14:47
@temawi
temawi self-requested a review April 8, 2022 15:08
@ejona86
ejona86 merged commit 78ccc81 into grpc:master Apr 8, 2022
@ejona86
ejona86 deleted the okhttp-rm-dead branch April 8, 2022 15:24
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants