From f9ce6a6c1b1240a74af546236f7d766cada71fd2 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 23 Jan 2024 12:22:48 +0100 Subject: [PATCH] Minor: remove obsolete line. --- worker.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/worker.cpp b/worker.cpp index cb21b99..88bb1f1 100644 --- a/worker.cpp +++ b/worker.cpp @@ -293,7 +293,6 @@ void Worker::privateUpdate() { emit this->disableExit(); QDir customerRepository(m_customerRepository); - QDir customerRepositoryEtc(QDir::cleanPath(m_customerRepository + QDir::separator() + "etc/")); CONSOLE() << (ISMAS() << UPDATE_STEP::CHECK_SANITY);