Index: runtime/vm/isolate.h |
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
index a7b2486befe0c70d88424377f35a3c8bed18f9f2..57b23e9e7072c59e2dbf1b710a3f1d1550eb399e 100644 |
--- a/runtime/vm/isolate.h |
+++ b/runtime/vm/isolate.h |
@@ -172,10 +172,6 @@ class Isolate : public BaseIsolate { |
DEBUG_ASSERT(mutator_thread_ == NULL || IsIsolateOf(mutator_thread_)); |
return mutator_thread_; |
} |
- // TODO(koda): Remove after pivoting to thread in JumpToExceptionHandler. |
- static intptr_t mutator_thread_offset() { |
- return OFFSET_OF(Isolate, mutator_thread_); |
- } |
#if defined(DEBUG) |
bool IsIsolateOf(Thread* thread); |
#endif // DEBUG |