diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-08 19:26:36 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-08 19:26:36 (GMT) |
commit | 29a40d3869426901766653ce672ff1174d9b5d9f (patch) | |
tree | 4e8fd3ec132dbc3a77300462069962756c237689 /Source/cmCommandArgumentParserHelper.cxx | |
parent | cae9971f6a83dc9bc4f34177a2f7add9bbf259b6 (diff) | |
download | CMake-29a40d3869426901766653ce672ff1174d9b5d9f.zip CMake-29a40d3869426901766653ce672ff1174d9b5d9f.tar.gz CMake-29a40d3869426901766653ce672ff1174d9b5d9f.tar.bz2 |
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 7a188a7..f37eba2 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; |