| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index fcd13743c68073e1ef433d773a2a20ed3d87ac7c..e14cef69d3b33c104409c02d8764f54917f545e7 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -323,11 +323,6 @@ class MacroAssembler: public Assembler {
|
| PointersToHereCheck pointers_to_here_check_for_value =
|
| kPointersToHereMaybeInteresting);
|
|
|
| - // ---------------------------------------------------------------------------
|
| - // Debugger Support
|
| -
|
| - void DebugBreak();
|
| -
|
| // Generates function and stub prologue code.
|
| void StubPrologue(StackFrame::Type type);
|
| void Prologue(bool code_pre_aging);
|
|
|