COMP: Removed unused variables.
This commit is contained in:
parent
6379f03f68
commit
0748f6ae34
|
@ -512,8 +512,6 @@ cmLocalVisualStudio6Generator
|
||||||
|
|
||||||
// Add the rule with the given dependencies and commands.
|
// Add the rule with the given dependencies and commands.
|
||||||
const char* no_main_dependency = 0;
|
const char* no_main_dependency = 0;
|
||||||
const char* no_comment = 0;
|
|
||||||
const char* no_working_directory = 0;
|
|
||||||
m_Makefile->AddCustomCommandToOutput(output,
|
m_Makefile->AddCustomCommandToOutput(output,
|
||||||
depends,
|
depends,
|
||||||
no_main_dependency,
|
no_main_dependency,
|
||||||
|
|
Loading…
Reference in New Issue