Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 3014) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -71,10 +71,6 @@ |
| intptr_t* end_pos, |
| Instance* value); |
| - // Returns the value of the given variable in the context of the |
| - // activation frame. |
| - RawInstance* Value(const String& variable_name); |
| - |
| private: |
| void GetLocalVariables(); |
| RawInstance* GetLocalVarValue(intptr_t slot_index); |