| Index: runtime/vm/debugger.h
|
| ===================================================================
|
| --- runtime/vm/debugger.h (revision 41422)
|
| +++ runtime/vm/debugger.h (working copy)
|
| @@ -199,10 +199,6 @@
|
| RawObject* GetLocalVar(intptr_t slot_index);
|
| RawInstance* GetLocalInstanceVar(intptr_t slot_index);
|
|
|
| - RawInstance* GetLocalVarValue(intptr_t slot_index);
|
| - RawInstance* GetInstanceCallReceiver(intptr_t num_actual_args);
|
| - RawObject* GetClosureObject(intptr_t num_acatual_args);
|
| -
|
| uword pc_;
|
| uword fp_;
|
| uword sp_;
|
|
|