ICU-12745 fix for review comments

X-SVN-Rev: 39384
This commit is contained in:
Steven R. Loomis 2016-09-28 17:28:08 +00:00
parent 7d0bfe0993
commit 6f70b217a8

View File

@ -371,10 +371,6 @@ Locale::Locale( const char * newLanguage,
size += ksize + 1;
}
if (size < 0) {
setToBogus();
return;
}
// NOW we have the full locale string..
// Now, copy it back.