summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component_p.cpp
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-12-30 17:14:53 +0200
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-12-31 09:09:11 +0200
commit1e40e5989db02c56063bac2effafecf539e49a95 (patch)
treecdccd1bf3d1672755853d10309adaa6dcb09b6c8 /src/libs/installer/component_p.cpp
parentcc05b2ce91b04630777fb2231f63170cb252e9ea (diff)
Remove unused "ComponentPrivate::m_unstable" variable
We store the unstable state in a QHash dictionary that holds the misc variables for components. Change-Id: Icc88032f4bf07176e684a37d896d676838b448f8 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'src/libs/installer/component_p.cpp')
-rw-r--r--src/libs/installer/component_p.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/installer/component_p.cpp b/src/libs/installer/component_p.cpp
index 0f74e423c..8533d8e4c 100644
--- a/src/libs/installer/component_p.cpp
+++ b/src/libs/installer/component_p.cpp
@@ -54,7 +54,6 @@ ComponentPrivate::ComponentPrivate(PackageManagerCore *core, Component *qq)
, m_autoCreateOperations(true)
, m_operationsCreatedSuccessfully(true)
, m_updateIsAvailable(false)
- , m_unstable(false)
{
}