cmMakefileTargetGenerator: Remove unused variable.

This commit is contained in:
Stephen Kelly 2015-07-28 20:08:11 +02:00
parent a034dc0df4
commit 3942ec32dd
1 changed files with 0 additions and 1 deletions

View File

@ -414,7 +414,6 @@ void cmMakefileTargetGenerator
// we compute some depends when writing the depend.make that we will also
// use in the build.make, same with depMakeFile
std::vector<std::string> depends;
std::string depMakeFile;
// generate the build rule file
this->WriteObjectBuildFile(obj, lang, source, depends);