Remove left-behind code

This commit is contained in:
Michal Moskal 2015-10-27 08:28:50 -07:00
parent 3900962556
commit 7c4f87036f
1 changed files with 0 additions and 1 deletions

View File

@ -286,7 +286,6 @@ class ManagedString
*/
const char *toCharArray() const
{
// ptr->isReadOnly(); // this performs sanity checks on refCount
return ptr->data;
}