Linter fixes

This commit is contained in:
David Carter
2025-03-12 12:11:51 -04:00
committed by Chris Hennes
parent ec1da540c6
commit dd59cce8e9
3 changed files with 4 additions and 6 deletions

View File

@@ -97,8 +97,6 @@ bool Library::isRoot(const QString& path) const
{
QString localPath = getLocalPath(path);
QString cleanPath = getLocalPath(QStringLiteral(""));
std::string pLocal = localPath.toStdString();
std::string pclean = cleanPath.toStdString();
return (cleanPath == localPath);
}