1
0
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:
sledgehammer999 2018-09-19 22:43:23 +03:00
parent 9b7a884d2b
commit e8213b2c6a
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

View File

@ -65,7 +65,7 @@ namespace
try {
info = {exeName, versionStr.left(idx)};
}
catch (const std::runtime_error &err) {
catch (const std::runtime_error &) {
return false;
}