diff options
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; |