cmNinjaTargetGenerator: Consolidate redundant methods

This commit is contained in:
Brad King
2020-11-05 17:21:13 -05:00
parent a117101fbd
commit fe5d0849db
2 changed files with 4 additions and 11 deletions
+1 -2
View File
@@ -71,11 +71,10 @@ protected:
const std::string& config) const;
std::string LanguageDependencyRule(std::string const& lang,
const std::string& config) const;
bool NeedExplicitPreprocessing(std::string const& lang) const;
std::string LanguageDyndepRule(std::string const& lang,
const std::string& config) const;
bool NeedDyndep(std::string const& lang) const;
bool UsePreprocessedSource(std::string const& lang) const;
bool NeedExplicitPreprocessing(std::string const& lang) const;
bool CompilePreprocessedSourceWithDefines(std::string const& lang) const;
std::string OrderDependsTargetForTarget(const std::string& config);