fix merge of operator=

This commit is contained in:
Lee Thomason 2014-11-15 17:50:15 -08:00
parent 327d5c142e
commit 575f190412
1 changed files with 0 additions and 2 deletions

View File

@ -187,8 +187,6 @@ public:
void TransferTo( StrPair& other ); void TransferTo( StrPair& other );
private: private:
void operator=(const StrPair& rhs);
void Reset(); void Reset();
void CollapseWhitespace(); void CollapseWhitespace();