Index: runtime/vm/isolate.h |
=================================================================== |
--- runtime/vm/isolate.h (revision 40623) |
+++ runtime/vm/isolate.h (working copy) |
@@ -114,10 +114,6 @@ |
return reinterpret_cast<Isolate*>(Thread::GetThreadLocal(isolate_key)); |
} |
- static inline uword CurrentAddress() { |
- return reinterpret_cast<uword>(Current()); |
- } |
- |
static void SetCurrent(Isolate* isolate); |
static void InitOnce(); |