ICU-12611 Remove dead code.

X-SVN-Rev: 38954
This commit is contained in:
George Rhoten 2016-07-07 08:18:16 +00:00
parent 10407c6184
commit c3fc04f0e2

View file

@ -66,10 +66,6 @@ final class UConverterSharedData {
*/
CharsetMBCS.UConverterMBCSTable mbcs;
UConverterSharedData() {
this(0, null);
}
UConverterSharedData(int referenceCounter_, UConverterStaticData staticData_)
{
mbcs = new CharsetMBCS.UConverterMBCSTable();