[frameworks/kconfig] src/core: Remove unused variables in KConfig implementation
Kai Li <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5b9ccd793e31f2a6e4034161ba0e79850b756215 by Kai Li, on behalf of Li Kai.
Committed on 27/07/2026 at 07:02.
Pushed by nicolasfella into branch 'master'.
Remove unused variables in KConfig implementation
M +0 -1 src/core/kconfig.cpp
https://invent.kde.org/frameworks/kconfig/-/commit/5b9ccd793e31f2a6e4034161ba0e79850b756215
diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp
index 65f6b8a3..84f9d515 100644
--- a/src/core/kconfig.cpp
+++ b/src/core/kconfig.cpp
@@ -859,7 +859,6 @@ void KConfigPrivate::parseSystemConfigFiles()
return;
}
- const auto backingDevicePath = mBackend.backingDevicePath();
bFileImmutable = false;
QList<QString> files;