summaryrefslogtreecommitdiff
path: root/Source/cmCommandArgumentParserHelper.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-09-08 15:26:36 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2005-09-08 15:26:36 -0400
commit29a40d3869426901766653ce672ff1174d9b5d9f (patch)
tree4e8fd3ec132dbc3a77300462069962756c237689 /Source/cmCommandArgumentParserHelper.cxx
parentcae9971f6a83dc9bc4f34177a2f7add9bbf259b6 (diff)
downloadcmake-29a40d3869426901766653ce672ff1174d9b5d9f.tar.gz
ENH: remove UMR
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.cxx')
-rw-r--r--Source/cmCommandArgumentParserHelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCommandArgumentParserHelper.cxx b/Source/cmCommandArgumentParserHelper.cxx
index 7a188a7eff..f37eba283c 100644
--- a/Source/cmCommandArgumentParserHelper.cxx
+++ b/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;