Index: runtime/vm/ast_transformer.h |
=================================================================== |
--- runtime/vm/ast_transformer.h (revision 41104) |
+++ runtime/vm/ast_transformer.h (working copy) |
@@ -40,7 +40,6 @@ |
class AwaitTransformer : public AstNodeVisitor { |
public: |
AwaitTransformer(SequenceNode* preamble, |
- const Library& library, |
ParsedFunction* const parsed_function, |
LocalScope* function_top); |
@@ -69,7 +68,6 @@ |
SequenceNode* preamble_; |
int32_t temp_cnt_; |
AstNode* result_; |
- const Library& library_; |
ParsedFunction* const parsed_function_; |
LocalScope* function_top_; |