Index: runtime/vm/stack_frame.cc |
=================================================================== |
--- runtime/vm/stack_frame.cc (revision 3821) |
+++ runtime/vm/stack_frame.cc (working copy) |
@@ -8,7 +8,6 @@ |
#include "vm/isolate.h" |
#include "vm/object.h" |
#include "vm/object_store.h" |
-#include "vm/os.h" |
#include "vm/raw_object.h" |
#include "vm/stub_code.h" |
#include "vm/visitor.h" |
@@ -16,7 +15,7 @@ |
namespace dart { |
void StackFrame::Print() const { |
- OS::Print("[%-8s : sp(%p) ]\n", GetName(), sp()); |
+ UNIMPLEMENTED(); |
} |