| Index: src/compiler/raw-machine-assembler.h
|
| diff --git a/src/compiler/raw-machine-assembler.h b/src/compiler/raw-machine-assembler.h
|
| index ad3b224e05585cdf39b970028d4db908cd90f834..bd7718d59a3cd31d1cb7b3103dd5c9f99e36e037 100644
|
| --- a/src/compiler/raw-machine-assembler.h
|
| +++ b/src/compiler/raw-machine-assembler.h
|
| @@ -774,9 +774,6 @@
|
| void Return(Node* value);
|
| void Return(Node* v1, Node* v2);
|
| void Return(Node* v1, Node* v2, Node* v3);
|
| - void PopAndReturn(Node* pop, Node* value);
|
| - void PopAndReturn(Node* pop, Node* v1, Node* v2);
|
| - void PopAndReturn(Node* pop, Node* v1, Node* v2, Node* v3);
|
| void Bind(RawMachineLabel* label);
|
| void Deoptimize(Node* state);
|
| void DebugBreak();
|
|
|