Remove redundant initialization of SyncFileStatus::_shared attribute
authorStephan Beyer <s-beyer@gmx.net>
Tue, 7 Jul 2020 07:20:12 +0000 (09:20 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Wed, 8 Jul 2020 12:08:41 +0000 (14:08 +0200)
commita9de465927c74019a180a7506d8496d2ae33a8b7
tree38fba45571bb0f99bab02f0223fd8ab2dcf550e9
parented570d6274cabf25b78e0a6feada1821093eaa4a
Remove redundant initialization of SyncFileStatus::_shared attribute

The value gets already initialized by default member initialization,
so there is no need to set it again in the copy constructor.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
src/libsync/syncfilestatus.cpp