summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-07 20:13:33 +0200
committerStephen Kelly <steveire@gmail.com>2016-10-07 20:13:33 +0200
commit2232e97a6ed4a338b814d1ba3d62a7ffa9ef6e7f (patch)
treed4b8f117c3361f72a81658ed00181c8183c6589e /Source/cmTarget.h
parent9a1d4e4ba170f4ac34c80593bd2fe8e1481a1181 (diff)
downloadcmake-2232e97a6ed4a338b814d1ba3d62a7ffa9ef6e7f.tar.gz
cmTarget: Remove useless link library state
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index dd9097ad29..f0625297a1 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -299,7 +299,6 @@ private:
std::vector<cmCustomCommand> PreLinkCommands;
std::vector<cmCustomCommand> PostBuildCommands;
std::vector<std::pair<TLLSignature, cmListFileContext> > TLLCommands;
- LinkLibraryVectorType PrevLinkedLibraries;
LinkLibraryVectorType OriginalLinkLibraries;
cmMakefile* Makefile;
cmTargetInternalPointer Internal;