Browse Source

ENH: remove UMR

Bill Hoffman 20 years ago
parent
commit
29a40d3869
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmCommandArgumentParserHelper.cxx

+ 0 - 1
Source/cmCommandArgumentParserHelper.cxx

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