summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-03-23 15:18:41 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-03-23 20:45:10 (GMT)
commitccf76c6e4cfd9fc7b04db099f7e165cda2336096 (patch)
tree66b9e41b3ab0273f4d6bf545ae5c80ed0dbe2ade /Source/cmTarget.h
parent7742bf4ff5180f85bc4401745e11ce6e031f32e7 (diff)
downloadCMake-ccf76c6e4cfd9fc7b04db099f7e165cda2336096.zip
CMake-ccf76c6e4cfd9fc7b04db099f7e165cda2336096.tar.gz
CMake-ccf76c6e4cfd9fc7b04db099f7e165cda2336096.tar.bz2
cmTarget: Move member `TLLCommands` to impl
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 8b51c93..860a18e 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -303,7 +303,6 @@ private:
std::vector<cmCustomCommand> PreBuildCommands;
std::vector<cmCustomCommand> PreLinkCommands;
std::vector<cmCustomCommand> PostBuildCommands;
- std::vector<std::pair<TLLSignature, cmListFileContext>> TLLCommands;
cmTargetInternalPointer impl;
bool HaveInstallRule;
bool DLLPlatform;