Remove unused variables

Change-Id: I653f6fa71bb04e049d4e1848a7e38a606692e678
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2022-12-07 19:48:18 +01:00
parent 4ff34cf47f
commit 834f89acf2
12 changed files with 5 additions and 19 deletions

View File

@@ -8966,7 +8966,6 @@ private:
if (constructorLocation == CppQuickFixSettings::FunctionLocation::CppFile) {
implLoc = sourceLocationFor(m_class, &insertedNamespaces);
implFile = m_sourceFile;
QString clazz = overview.prettyName(m_class->name());
if (m_settings->rewriteTypesinCppFile())
implCode = symbolAt(m_class, m_sourceFile, implLoc);
else
@@ -8997,7 +8996,6 @@ private:
if (!member->defaultValue.isEmpty())
inClassDeclaration += " = " + member->defaultValue;
inClassDeclaration += ", ";
QString param = member->parameterName;
if (implFile) {
FullySpecifiedType type = typeAt(member->type,
m_class,