forked from qt-creator/qt-creator
		
	Remove some unused member variables
Change-Id: I4b1bcfe8da32bd48c601d1efdb7c3aac1d39cbce Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
		@@ -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)
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user