ICU-5445 Undo my last change.

X-SVN-Rev: 22125
This commit is contained in:
George Rhoten 2007-07-24 18:08:22 +00:00
parent dedfa5a35d
commit b025efb767

View File

@ -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);