| Index: runtime/vm/service.cc
|
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
|
| index d0fa94bfbd6f5c9059692243ecc17fb45e9b61da..855229f3de76d26da70ee24e8f128cfbe46cc013 100644
|
| --- a/runtime/vm/service.cc
|
| +++ b/runtime/vm/service.cc
|
| @@ -3044,13 +3044,6 @@ static bool Resume(Thread* thread, JSONStream* js) {
|
| if (step_param != NULL) {
|
| step = EnumMapper(step_param, step_enum_names, step_enum_values);
|
| }
|
| -#if defined(TARGET_ARCH_DBC)
|
| - if (step == Debugger::kStepRewind) {
|
| - js->PrintError(kCannotResume,
|
| - "Rewind not yet implemented on this architecture");
|
| - return true;
|
| - }
|
| -#endif
|
| intptr_t frame_index = 1;
|
| const char* frame_index_param = js->LookupParam("frameIndex");
|
| if (frame_index_param != NULL) {
|
|
|