mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Remove redundant initialization
This commit is contained in:
@@ -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}
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user