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 { 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;
} }