summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-19 22:44:15 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-20 22:52:22 (GMT)
commit6d94078e623d5f1316f1972ffda06ac1d66b6f2f (patch)
treed1d5d0ec8710fdae937cfbd9627015376bc3c12a /Source/cmTarget.h
parent3ebc62850c7461dca4723b063b5e5f019409db84 (diff)
downloadCMake-6d94078e623d5f1316f1972ffda06ac1d66b6f2f.zip
CMake-6d94078e623d5f1316f1972ffda06ac1d66b6f2f.tar.gz
CMake-6d94078e623d5f1316f1972ffda06ac1d66b6f2f.tar.bz2
cmGeneratorTarget: Move IsDLLPlatform from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 26f0d63..33631e7 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -224,9 +224,6 @@ public:
enabled. */
bool IsExecutableWithExports() const;
- /** Return whether or not the target is for a DLL platform. */
- bool IsDLLPlatform() const { return this->DLLPlatform; }
-
/** Return whether this target is a shared library Framework on
Apple. */
bool IsFrameworkOnApple() const;