RFR: JDK-8271149: remove unreferenced functions from EncodingSupport_md.c
Matthias Baesken
mbaesken at openjdk.java.net
Thu Jul 22 15:23:29 UTC 2021
Please review this small change.
I was running into those 2 warnings in EncodingSupport_md.c
function "utfTerminate" was declared but never referenced
function "platformToUtf8" was declared but never referenced
Probably those 2 functions can and should be removed.
-------------
Commit messages:
- JDK-8271149
Changes: https://git.openjdk.java.net/jdk/pull/4875/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4875&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8271149
Stats: 27 lines in 1 file changed: 0 ins; 26 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/4875.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4875/head:pull/4875
PR: https://git.openjdk.java.net/jdk/pull/4875
More information about the serviceability-dev
mailing list