summaryrefslogtreecommitdiffstats
path: root/Source/cmExecProgramCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-15 13:54:08 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-15 13:54:08 (GMT)
commit4dec2a174a83415e9b6d26f4d0e0750111a051ef (patch)
treeacfdb2c1ba2a7ec5147dabdbdcc079c61a839992 /Source/cmExecProgramCommand.cxx
parent2d9fbbd94ce170e04ee1dbea72a1dcb909db951b (diff)
downloadCMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.zip
CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.gz
CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.bz2
remove unused variables
Diffstat (limited to 'Source/cmExecProgramCommand.cxx')
-rw-r--r--Source/cmExecProgramCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmExecProgramCommand.cxx b/Source/cmExecProgramCommand.cxx
index a5e6e53..378fe27 100644
--- a/Source/cmExecProgramCommand.cxx
+++ b/Source/cmExecProgramCommand.cxx
@@ -32,7 +32,6 @@ bool cmExecProgramCommand::InitialPass(std::vector<std::string> const& args)
bool haveoutput_variable = false;
std::string return_variable;
bool havereturn_variable = false;
- std::string e_command;
for(size_t i=0; i < args.size(); ++i)
{
if(args[i] == "OUTPUT_VARIABLE")