Remove redundant initialization

This commit is contained in:
Chocobo1
2023-05-05 01:58:03 +08:00
parent 8219b1f695
commit e1be46820b
6 changed files with 3 additions and 10 deletions

View File

@@ -59,7 +59,6 @@ FileGuard::~FileGuard()
TorrentFileGuard::TorrentFileGuard(const Path &path, const TorrentFileGuard::AutoDeleteMode mode)
: FileGuard {mode != Never ? path : Path()}
, m_mode {mode}
, m_wasAdded {false}
{
}