De-duplicate checks for whether a platform uses Windows DLLs

This commit is contained in:
Brad King
2019-07-12 13:36:15 -04:00
parent 22d3eb5d5e
commit 79f5ef19fe
5 changed files with 15 additions and 15 deletions

View File

@@ -913,7 +913,6 @@ private:
mutable bool DebugSourcesDone;
mutable bool LinkImplementationLanguageIsContextDependent;
mutable bool UtilityItemsDone;
bool DLLPlatform;
bool ComputePDBOutputDir(const std::string& kind, const std::string& config,
std::string& out) const;