Chromium Code Reviews| Index: runtime/vm/thread.cc |
| diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc |
| index 316b4ec99547e3827bc28aba1d9891bc2fa3bda3..84ce5ad0d8c84477f561db7dd6ecfd0ca41c8403 100644 |
| --- a/runtime/vm/thread.cc |
| +++ b/runtime/vm/thread.cc |
| @@ -65,8 +65,6 @@ Thread::Thread(Isolate* isolate) |
| stack_overflow_flags_(0), |
| isolate_(NULL), |
| heap_(NULL), |
| - top_(0), |
| - end_(0), |
| top_exit_frame_info_(0), |
| store_buffer_block_(NULL), |
| vm_tag_(0), |