diff options
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 06d433a..a0eb31a 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1681,13 +1681,6 @@ void cmGlobalGenerator::AppendDirectoryForConfig(const char*, const char*, } //---------------------------------------------------------------------------- -void cmGlobalGenerator::CheckMultipleOutputs(cmMakefile*, bool) -{ - // Only certain generators need this check. They define this - // method. -} - -//---------------------------------------------------------------------------- std::vector<cmTarget *>& cmGlobalGenerator ::GetTargetDepends(cmTarget& target) { |