| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index c1b4f008f71883dd83ae46af21c197d12a84050f..2a6b7057c409c04f80348a5df504cb5f502c2e0e 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -527,8 +527,6 @@ class FullCodeGenerator: public AstVisitor {
|
| // Non-local control flow support.
|
| void EnterFinallyBlock();
|
| void ExitFinallyBlock();
|
| - void SavePendingMessage();
|
| - void RestorePendingMessage();
|
|
|
| // Loop nesting counter.
|
| int loop_depth() { return loop_depth_; }
|
|
|