mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +00:00
Remove unused variable
This commit is contained in:
parent
9b7a884d2b
commit
e8213b2c6a
@ -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…
x
Reference in New Issue
Block a user