mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
remove unused variables
This commit is contained in:
@@ -34,7 +34,6 @@ bool cmAddCustomCommandCommand::InitialPass(std::vector<std::string> const& args
|
||||
|
||||
std::string source, command, target;
|
||||
std::vector<std::string> command_args, depends, outputs;
|
||||
std::string outDir = m_Makefile->GetCurrentOutputDirectory();
|
||||
|
||||
enum tdoing {
|
||||
doing_source,
|
||||
|
||||
Reference in New Issue
Block a user