Can I please get a review of this trivial clean up which removes the usage of the leftover `DONT_ENABLE_IPV6` macro from net_util_md.c?
History of this code suggests that this macro was in use during the early days of Java 7/8, when the macosx port was integrated into the JDK. This macro is no longer relevant or set anywhere in the JDK. I've run tier1 through tier3 and the existing tests have all passed with this change. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8392129: Remove the usage of DONT_ENABLE_IPV6 macro in net_util_md.c Changes: https://git.openjdk.org/jdk/pull/32819/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32819&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8392129 Stats: 9 lines in 1 file changed: 0 ins; 9 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/32819.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32819/head:pull/32819 PR: https://git.openjdk.org/jdk/pull/32819
