diff options
author | Brad King <brad.king@kitware.com> | 2018-03-06 19:03:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-03-06 19:38:23 (GMT) |
commit | 2124a1364a620084c24d5654c2106e5aea88c55c (patch) | |
tree | 7c9548fbfc9920b87b6a42c7c196b86dabff8440 /Source/cmTarget.h | |
parent | 1c5bfab532e96bc728691a15b092d388a9e0a0d5 (diff) | |
download | CMake-2124a1364a620084c24d5654c2106e5aea88c55c.zip CMake-2124a1364a620084c24d5654c2106e5aea88c55c.tar.gz CMake-2124a1364a620084c24d5654c2106e5aea88c55c.tar.bz2 |
cmTarget: Remove unnecessary RecordDependencies member
Inline the condition in the one remaining place it is checked.
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 56f8975..62c4e22 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -310,7 +310,6 @@ private: cmTargetInternalPointer Internal; cmStateEnums::TargetType TargetTypeValue; bool HaveInstallRule; - bool RecordDependencies; bool DLLPlatform; bool IsAndroid; bool IsImportedTarget; |