diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-15 13:54:08 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-15 13:54:08 (GMT) |
commit | 4dec2a174a83415e9b6d26f4d0e0750111a051ef (patch) | |
tree | acfdb2c1ba2a7ec5147dabdbdcc079c61a839992 /Source/cmFLTKWrapUICommand.cxx | |
parent | 2d9fbbd94ce170e04ee1dbea72a1dcb909db951b (diff) | |
download | CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.zip CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.gz CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.bz2 |
remove unused variables
Diffstat (limited to 'Source/cmFLTKWrapUICommand.cxx')
-rw-r--r-- | Source/cmFLTKWrapUICommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx index dca57bf..c438301 100644 --- a/Source/cmFLTKWrapUICommand.cxx +++ b/Source/cmFLTKWrapUICommand.cxx @@ -76,7 +76,6 @@ bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args) outputDirectory.c_str(), "cxx",!headerFileOnly); std::string origname = cdir + "/" + *i; std::string hname = header_file.GetFullPath(); - std::string cxxname = source_file.GetFullPath(); m_WrapUserInterface.push_back(origname); // add starting depends source_file.GetDepends().push_back(hname); |