syncqt: remove dead code
Either the code in the try {} block - doesn't throw, then the return within the try {} block exits the function, or it - throws fileystem_error, then we rethrow in the catch, or it - throws any other exception, then we leave the function by exception In no case can control reach the trailing 'return {}'. Found by Coverity. Amends 7aecb189d544613ad13c7e7d1207bd7767225a71. Pick-to: 6.5 Coverity-Id: 444466 Change-Id: I1c1bf752453076724c2fa9367ea5309e741d84ac Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 73d00d05477fb6da25164b37135bb19a300bea8d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 406c0d3464df1f0427ad2605ed34d9d0b0c022de)
This commit is contained in:
parent
e69cc7d13a
commit
42843876ec
@ -150,7 +150,6 @@ std::filesystem::path normilizedPath(const std::string &path)
|
||||
printFilesystemError(fserr, "Unable to normalize path");
|
||||
throw;
|
||||
}
|
||||
return {};
|
||||
}
|
||||
|
||||
bool createDirectories(const std::string &path, std::string_view errorMsg, bool *exists = nullptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user