mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Delete unreachable code
This commit is contained in:
parent
64d8db0c93
commit
a1903e5d67
1 changed files with 0 additions and 2 deletions
|
@ -2275,8 +2275,6 @@ nonstd::expected<lt::entry, QString> TorrentImpl::exportTorrent() const
|
||||||
{
|
{
|
||||||
return nonstd::make_unexpected(QString::fromLocal8Bit(err.what()));
|
return nonstd::make_unexpected(QString::fromLocal8Bit(err.what()));
|
||||||
}
|
}
|
||||||
|
|
||||||
return nonstd::make_unexpected(tr("Unexpected error"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nonstd::expected<QByteArray, QString> TorrentImpl::exportToBuffer() const
|
nonstd::expected<QByteArray, QString> TorrentImpl::exportToBuffer() const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue