| Index: runtime/vm/code_generator.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator.cc (revision 31677)
|
| +++ runtime/vm/code_generator.cc (working copy)
|
| @@ -840,14 +840,6 @@
|
| }
|
|
|
|
|
| -// Gets called from debug stub when code reaches a breakpoint at a return
|
| -// in Dart code.
|
| -DEFINE_RUNTIME_ENTRY(BreakpointReturnHandler, 0) {
|
| - ASSERT(isolate->debugger() != NULL);
|
| - isolate->debugger()->SignalBpReached();
|
| -}
|
| -
|
| -
|
| // Gets called from debug stub when code reaches a breakpoint.
|
| DEFINE_RUNTIME_ENTRY(BreakpointDynamicHandler, 0) {
|
| ASSERT(isolate->debugger() != NULL);
|
|
|