summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSetCommand.cxx')
-rw-r--r--Source/cmSetCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSetCommand.cxx b/Source/cmSetCommand.cxx
index 62a5949..28941b6 100644
--- a/Source/cmSetCommand.cxx
+++ b/Source/cmSetCommand.cxx
@@ -27,7 +27,6 @@ bool cmSetCommand::InitialPass(std::vector<std::string> const& args)
// watch for ENV signatures
const char* variable = args[0].c_str(); // VAR is always first
- bool haveEnvVariable = false;
if (!strncmp(variable,"ENV{",4) && strlen(variable) > 5)
{
// what is the variable name