cmMakefileTargetGenerator: Remove unused variable.
This commit is contained in:
parent
a034dc0df4
commit
3942ec32dd
|
@ -414,7 +414,6 @@ void cmMakefileTargetGenerator
|
||||||
// we compute some depends when writing the depend.make that we will also
|
// we compute some depends when writing the depend.make that we will also
|
||||||
// use in the build.make, same with depMakeFile
|
// use in the build.make, same with depMakeFile
|
||||||
std::vector<std::string> depends;
|
std::vector<std::string> depends;
|
||||||
std::string depMakeFile;
|
|
||||||
|
|
||||||
// generate the build rule file
|
// generate the build rule file
|
||||||
this->WriteObjectBuildFile(obj, lang, source, depends);
|
this->WriteObjectBuildFile(obj, lang, source, depends);
|
||||||
|
|
Loading…
Reference in New Issue