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

@@ -510,7 +510,6 @@ Check::Check(Document::Ptr doc, const ContextPtr &context)
, _context(context)
, _scopeChain(doc, _context)
, _scopeBuilder(&_scopeChain)
, _lastValue(0)
, _importsOk(false)
, _inStatementBinding(false)
{

View File

@@ -130,7 +130,6 @@ private:
QList<StaticAnalysis::Message> _messages;
QSet<StaticAnalysis::Type> _enabledMessages;
const Value *_lastValue;
QList<AST::Node *> _chain;
QStack<StringSet> m_idStack;
QStack<StringSet> m_propertyStack;