diff --git a/src/tools/syncqt/main.cpp b/src/tools/syncqt/main.cpp index db59a3c7ad0..5df7b03fd54 100644 --- a/src/tools/syncqt/main.cpp +++ b/src/tools/syncqt/main.cpp @@ -151,7 +151,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)