Chromium Code Reviews| Index: runtime/vm/ast_transformer.h |
| =================================================================== |
| --- runtime/vm/ast_transformer.h (revision 45079) |
| +++ runtime/vm/ast_transformer.h (working copy) |
| @@ -49,10 +49,6 @@ |
| AstNode* Transform(AstNode* expr); |
| - static AstNode* RestoreSavedTryContext(Zone* zone, |
| - LocalScope* scope, |
| - int16_t try_index); |
| - |
| private: |
| LocalVariable* EnsureCurrentTempVar(); |
| LocalVariable* AddToPreambleNewTempVar(AstNode* node); |