Index: runtime/vm/isolate.cc |
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
index 9381e1f74b1cb9c29907c14d357c67c92064d5fe..afd6bfc0d4f66ede2343c962d3ab40c87b2fbfc1 100644 |
--- a/runtime/vm/isolate.cc |
+++ b/runtime/vm/isolate.cc |
@@ -799,8 +799,6 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags) |
megamorphic_lookup_mutex_(new Mutex()), |
message_handler_(NULL), |
spawn_state_(NULL), |
- gc_prologue_callback_(NULL), |
- gc_epilogue_callback_(NULL), |
defer_finalization_count_(0), |
pending_deopts_(new MallocGrowableArray<PendingLazyDeopt>), |
deopt_context_(NULL), |