ENH: remove UMR

This commit is contained in:
Bill Hoffman 2005-09-08 15:26:36 -04:00
parent cae9971f6a
commit 29a40d3869
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ void cmCommandArgumentParserHelper::AllocateParserType(cmCommandArgumentParserHe
{
return;
}
this->UnionsAvailable ++;
pt->str = new char[ len + 1 ];
strncpy(pt->str, str, len);
pt->str[len] = 0;