Integrated: JDK-8271149: remove unreferenced functions from EncodingSupport_md.c
Matthias Baesken
mbaesken at openjdk.java.net
Fri Jul 23 06:42:08 UTC 2021
On Thu, 22 Jul 2021 15:12:03 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: fb859600
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/fb85960015dfbd8e1d95d5fd7fdb65819828a317
Stats: 27 lines in 1 file changed: 0 ins; 26 del; 1 mod
8271149: remove unreferenced functions from EncodingSupport_md.c
Reviewed-by: alanb
-------------
PR: https://git.openjdk.java.net/jdk/pull/4875
More information about the serviceability-dev
mailing list