cmMakefile: Drop unused method

This commit is contained in:
Aaron Orenstein
2017-08-17 18:27:03 -07:00
committed by Brad King
parent fe1e811b4f
commit e018880350

View File

@@ -623,7 +623,6 @@ public:
{
return this->SourceFiles;
}
std::vector<cmSourceFile*>& GetSourceFiles() { return this->SourceFiles; }
/**
* Is there a source file that has the provided source file as an output?