Chromium Code Reviews| Index: runtime/vm/thread.cc |
| diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc |
| index 6fca06bb410156cc77273f1db3363e7d21cd6c2a..1b3428eaa62eba6a88e01859b9b294528db1cce3 100644 |
| --- a/runtime/vm/thread.cc |
| +++ b/runtime/vm/thread.cc |
| @@ -91,7 +91,6 @@ Thread::Thread(Isolate* isolate) |
| deferred_interrupts_(0), |
| stack_overflow_count_(0), |
| cha_(NULL), |
| - type_range_cache_(NULL), |
| deopt_id_(0), |
| pending_functions_(GrowableObjectArray::null()), |
| active_exception_(Object::null()), |