mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12611 Remove dead code.
X-SVN-Rev: 38954
This commit is contained in:
parent
10407c6184
commit
c3fc04f0e2
1 changed files with 0 additions and 4 deletions
|
@ -66,10 +66,6 @@ final class UConverterSharedData {
|
|||
*/
|
||||
CharsetMBCS.UConverterMBCSTable mbcs;
|
||||
|
||||
UConverterSharedData() {
|
||||
this(0, null);
|
||||
}
|
||||
|
||||
UConverterSharedData(int referenceCounter_, UConverterStaticData staticData_)
|
||||
{
|
||||
mbcs = new CharsetMBCS.UConverterMBCSTable();
|
||||
|
|
Loading…
Add table
Reference in a new issue