mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
Remove unused variable
This commit is contained in:
parent
9b7a884d2b
commit
e8213b2c6a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace
|
|||
try {
|
||||
info = {exeName, versionStr.left(idx)};
|
||||
}
|
||||
catch (const std::runtime_error &err) {
|
||||
catch (const std::runtime_error &) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue