summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-12-06 22:52:39 +0100
committerRegina Pfeifer <regina@mailbox.org>2018-12-15 10:51:47 +0100
commit32cb564bea57af007d03fa31d80a0177057fc901 (patch)
tree0badd6e8b6eeddc8a967ffa3fe3de158fb3e650d /Source/cmComputeLinkInformation.h
parent7ffa6bf99972a980d995081a66b858eaaca9db7e (diff)
downloadcmake-32cb564bea57af007d03fa31d80a0177057fc901.tar.gz
clang-tidy: Remove redundant member initializations
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r--Source/cmComputeLinkInformation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index e00d230a3d..202bebdf23 100644
--- a/Source/cmComputeLinkInformation.h
+++ b/Source/cmComputeLinkInformation.h
@@ -31,8 +31,7 @@ public:
struct Item
{
Item()
- : Value()
- , IsPath(true)
+ : IsPath(true)
, Target(nullptr)
{
}