mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 23:59:53 -05:00
cmMakefile: Drop unused method
This commit is contained in:
committed by
Brad King
parent
fe1e811b4f
commit
e018880350
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user