diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-08 15:26:36 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-08 15:26:36 -0400 |
commit | 29a40d3869426901766653ce672ff1174d9b5d9f (patch) | |
tree | 4e8fd3ec132dbc3a77300462069962756c237689 /Source/cmCommandArgumentParserHelper.cxx | |
parent | cae9971f6a83dc9bc4f34177a2f7add9bbf259b6 (diff) | |
download | cmake-29a40d3869426901766653ce672ff1174d9b5d9f.tar.gz |
ENH: remove UMR
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.cxx')
-rw-r--r-- | Source/cmCommandArgumentParserHelper.cxx | 1 |
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; |