CppEditor: Remove unused member from VirtualFunctionHelper

Change-Id: Icc73522fe108685aa09de37172a61dfa8d16ea9b
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Orgad Shaneh
2013-12-24 23:29:07 +02:00
committed by Orgad Shaneh
parent 1154a8c6c2
commit dbb23c7fbc

View File

@@ -79,7 +79,6 @@ private:
private:
// Provided
const QSharedPointer<TypeOfExpression> m_typeOfExpression;
const Document::Ptr m_expressionDocument;
Scope *m_scope;
const Document::Ptr &m_document;