we dont need tocheck the return from new with assert

This commit is contained in:
Jeff Hill
2009-08-24 17:09:55 +00:00
parent d84e9cb3ec
commit 140b8a468d

View File

@@ -50,7 +50,6 @@ public:
{
pvInfo::pFirst = this;
this->pName = new char [strlen(pNameIn)+1u];
assert(this->pName);
strcpy(this->pName, pNameIn);
}