| Index: runtime/vm/assembler_x64.h
|
| diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
|
| index 007cc2ed21be3a0a8c6fa2445bc6bce17b305268..a257d770bcfab6cd7a53b0fd433ac64a0b039fa3 100644
|
| --- a/runtime/vm/assembler_x64.h
|
| +++ b/runtime/vm/assembler_x64.h
|
| @@ -907,11 +907,6 @@ class Assembler : public ValueObject {
|
| buffer_.FinalizeInstructions(region);
|
| }
|
|
|
| - // Index of constant pool entries pointing to debugger stubs.
|
| - static const int kICCallBreakpointCPIndex = 5;
|
| - static const int kClosureCallBreakpointCPIndex = 6;
|
| - static const int kRuntimeCallBreakpointCPIndex = 7;
|
| -
|
| void LoadPoolPointer(Register pp);
|
|
|
| // Set up a Dart frame on entry with a frame pointer and PC information to
|
|
|