| Index: src/mips64/macro-assembler-mips64.h
|
| diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
|
| index 80d1a3b89b050b2f46f9827f9da28797b4eba8ad..e1c16612d6d5f4d8f72b9c5a66c74e34d1140282 100644
|
| --- a/src/mips64/macro-assembler-mips64.h
|
| +++ b/src/mips64/macro-assembler-mips64.h
|
| @@ -1592,10 +1592,6 @@
|
| // Abort execution if argument is not a JSFunction, enabled via --debug-code.
|
| void AssertFunction(Register object);
|
|
|
| - // Abort execution if argument is not a JSBoundFunction,
|
| - // enabled via --debug-code.
|
| - void AssertBoundFunction(Register object);
|
| -
|
| // Abort execution if argument is not undefined or an AllocationSite, enabled
|
| // via --debug-code.
|
| void AssertUndefinedOrAllocationSite(Register object, Register scratch);
|
|
|