diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 1 |
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; |