ICU-12745 fix for review comments
X-SVN-Rev: 39384
This commit is contained in:
parent
7d0bfe0993
commit
6f70b217a8
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user