summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-12 17:36:15 (GMT)
committerBrad King <brad.king@kitware.com>2019-07-12 21:35:49 (GMT)
commit79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49 (patch)
tree59b8b9e5e496443b9751533cb38398fb63cca5dc /Source/cmGeneratorTarget.h
parent22d3eb5d5e4ce9c6371ab709655928552453fbda (diff)
downloadCMake-79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49.zip
CMake-79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49.tar.gz
CMake-79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49.tar.bz2
De-duplicate checks for whether a platform uses Windows DLLs
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 852f8fd..e86535d 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -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;