ICU-5445 Undo my last change.
X-SVN-Rev: 22125
This commit is contained in:
parent
dedfa5a35d
commit
b025efb767
@ -236,7 +236,7 @@ UnicodeSet::~UnicodeSet() {
|
||||
* Assigns this object to be a copy of another.
|
||||
*/
|
||||
UnicodeSet& UnicodeSet::operator=(const UnicodeSet& o) {
|
||||
if (this == &o || isFrozen()) {
|
||||
if (isFrozen()) {
|
||||
return *this;
|
||||
}
|
||||
ensureCapacity(o.len);
|
||||
|
Loading…
Reference in New Issue
Block a user