diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-09-10 09:58:03 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-09-11 02:20:35 (GMT) |
commit | 2c154fec6b117945941c8ef1fce4899965f75a58 (patch) | |
tree | 1ee779dd006f2fa760c4d433f297734295b64a69 /Source/cmCommandArgumentParserHelper.cxx | |
parent | 1504c6db9067f30e293430c61641cfd6c2c515a6 (diff) | |
download | CMake-2c154fec6b117945941c8ef1fce4899965f75a58.zip CMake-2c154fec6b117945941c8ef1fce4899965f75a58.tar.gz CMake-2c154fec6b117945941c8ef1fce4899965f75a58.tar.bz2 |
Warnings: Remove unused variables
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 c7210b4..83352bb 100644 --- a/Source/cmCommandArgumentParserHelper.cxx +++ b/Source/cmCommandArgumentParserHelper.cxx @@ -253,7 +253,6 @@ int cmCommandArgumentParserHelper::ParseString(const char* str, int verb) void cmCommandArgumentParserHelper::CleanupParser() { - std::vector<char*>::iterator sit; for (char* var : this->Variables) { delete[] var; } |