Remove some unused member variables

Change-Id: I4b1bcfe8da32bd48c601d1efdb7c3aac1d39cbce
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
Tobias Hunger
2012-08-21 12:35:41 +02:00
parent 3a8658496a
commit 8da8d21c18
5 changed files with 1 additions and 7 deletions

View File

@@ -385,8 +385,7 @@ FullySpecifiedType ApplySubstitution::applySubstitution(int index) const
} // end of anonymous namespace
DeprecatedGenTemplateInstance::DeprecatedGenTemplateInstance(QSharedPointer<Control> control, const Substitution &substitution)
: _symbol(0),
_control(control),
: _control(control),
_substitution(substitution)
{ }

View File

@@ -54,7 +54,6 @@ private:
FullySpecifiedType gen(Symbol *symbol);
private:
Symbol *_symbol;
QSharedPointer<Control> _control;
const Substitution _substitution;
};