forked from qt-creator/qt-creator
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user