1
0
Fork 0

deleted unused variable

This commit is contained in:
a-brandt 2013-06-12 09:12:07 +02:00
parent 8850add4e5
commit c9cb2a2008
1 changed files with 0 additions and 2 deletions

View File

@ -2180,8 +2180,6 @@ static v8::Handle<v8::Value> JS_getIcuLocales (v8::Arguments const& argv) {
v8::Handle<v8::Array> result = v8::Array::New();
UErrorCode status = U_ZERO_ERROR;
int32_t count = 0;
const Locale* locales = Locale::getAvailableLocales(count);
if (locales) {