]> granicus.if.org Git - icu/commit
ICU-21507 Removing unused class initializer code
authorYoshito Umaoka <yumaoka@users.noreply.github.com>
Mon, 8 Mar 2021 07:58:20 +0000 (02:58 -0500)
committerYoshito Umaoka <yumaoka@users.noreply.github.com>
Mon, 8 Mar 2021 17:13:30 +0000 (09:13 -0800)
commitd624e5fb4b7eb424dd1c8a0e0b45be7f920f0cc4
treedc3391ca3a0e2e75563b3be3bc85b0aab9f6f0b8
parentce640dc85040b5312b2fb22439853cf3107eb02c
ICU-21507 Removing unused class initializer code

ICUDebug seemed to check Java version whether it's 1.4 or higher. The code referencing the version is already gone. We also no longer support Java 1.3 runtime since long time ago. Remove the unused code checking Java version.
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUDebug.java