mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Remove unused variable from PathUtils
This commit is contained in:
parent
4dd08d93f4
commit
982607eedf
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ int PathUtils::removeTemporaryApplicationDirs(QString appName) {
|
|||
|
||||
auto dirName = TEMP_DIR_FORMAT.arg(appName).arg("*").arg("*");
|
||||
qDebug() << "Dirname format is: " << dirName;
|
||||
auto pid = qApp->applicationPid();
|
||||
|
||||
QDir rootTempDir = QDir::tempPath();
|
||||
auto dirs = rootTempDir.entryInfoList({ dirName }, QDir::Dirs);
|
||||
|
|
Loading…
Reference in a new issue