ICU-9413 Compiler warning - Removed unused constant in ListFormetter.

X-SVN-Rev: 32322
This commit is contained in:
Yoshito Umaoka 2012-09-04 02:13:41 +00:00
parent 9c28682259
commit 063b48f66a

View file

@ -71,8 +71,6 @@ final public class ListFormatter {
return cache.get(locale);
}
private static ULocale zhTW = new ULocale("zh_TW");
/**
* Create a list formatter that is appropriate for a locale.
*