summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-19 00:23:13 (GMT)
committerBrad King <brad.king@kitware.com>2019-07-19 13:58:12 (GMT)
commitfab72918c9ffc862375823daa5a67cceb41cbc1f (patch)
tree75df8c7de27bea62b4154b4e2d4d4408476f0000 /Source/cmGeneratorTarget.cxx
parent95d3598e0441bd9f276be1d6b4054442aad16608 (diff)
downloadCMake-fab72918c9ffc862375823daa5a67cceb41cbc1f.zip
CMake-fab72918c9ffc862375823daa5a67cceb41cbc1f.tar.gz
CMake-fab72918c9ffc862375823daa5a67cceb41cbc1f.tar.bz2
cmGeneratorTarget: Remove unused member of internal class
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index d3e8248..fe771c6 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -92,9 +92,6 @@ public:
virtual bool GetHadContextSensitiveCondition() const { return false; }
cmLinkImplItem const& LinkImplItem;
-
-private:
- cmListFileBacktrace Backtrace;
};
cmLinkImplItem cmGeneratorTarget::TargetPropertyEntry::NoLinkImplItem;