mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
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>
This commit is contained in:
parent
ed570d6274
commit
a9de465927
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ SyncFileStatus::SyncFileStatus()
|
|||
|
||||
SyncFileStatus::SyncFileStatus(SyncFileStatusTag tag)
|
||||
: _tag(tag)
|
||||
, _shared(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue