mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Remove unused variable
This commit is contained in:
parent
9f1eb3600a
commit
855bb118b5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace
|
||||||
try {
|
try {
|
||||||
info = {exeName, versionStr.left(idx)};
|
info = {exeName, versionStr.left(idx)};
|
||||||
}
|
}
|
||||||
catch (const std::runtime_error &err) {
|
catch (const std::runtime_error &) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue