On Thu, 22 Jul 2021 15:12:03 GMT, Matthias Baesken <mbaes...@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 <mbaes...@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