summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-07 18:13:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-10-07 18:13:33 (GMT)
commit2232e97a6ed4a338b814d1ba3d62a7ffa9ef6e7f (patch)
treed4b8f117c3361f72a81658ed00181c8183c6589e /Source/cmTarget.h
parent9a1d4e4ba170f4ac34c80593bd2fe8e1481a1181 (diff)
downloadCMake-2232e97a6ed4a338b814d1ba3d62a7ffa9ef6e7f.zip
CMake-2232e97a6ed4a338b814d1ba3d62a7ffa9ef6e7f.tar.gz
CMake-2232e97a6ed4a338b814d1ba3d62a7ffa9ef6e7f.tar.bz2
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 dd9097a..f062529 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;