diff options
author | Christian Kamm <[email protected]> | 2011-11-21 12:51:25 +0100 |
---|---|---|
committer | Leandro Melo <[email protected]> | 2011-11-21 15:50:10 +0100 |
commit | d719489009877aab1327989aad553db090b24fcb (patch) | |
tree | d34af245cfcea3b47de41b366f2ac66586b41083 /src/libs/qmljs/qmljsevaluate.h | |
parent | 56bf0e30233f6489a97ca83358386f8807a9ed79 (diff) |
QmlJS: Remove unused code.
Change-Id: Ic6e7f46a3a7155a1ab41c41e4d9ee9d4832c3717
Reviewed-by: Leandro Melo <[email protected]>
Diffstat (limited to 'src/libs/qmljs/qmljsevaluate.h')
-rw-r--r-- | src/libs/qmljs/qmljsevaluate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/qmljs/qmljsevaluate.h b/src/libs/qmljs/qmljsevaluate.h index 307b0db4520..ff84f42d9d7 100644 --- a/src/libs/qmljs/qmljsevaluate.h +++ b/src/libs/qmljs/qmljsevaluate.h @@ -64,7 +64,6 @@ protected: void accept(AST::Node *node); const Value *switchResult(const Value *result); - const ObjectValue *switchScope(const ObjectValue *scope); // Ui virtual bool visit(AST::UiProgram *ast); @@ -166,7 +165,6 @@ private: ContextPtr _context; ReferenceContext *_referenceContext; const ScopeChain *_scopeChain; - const ObjectValue *_scope; const Value *_result; }; |