Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 42c5fdc05549b859cd6b270230d732759cd89eb7..1fd1c60996715e6ef1ec4b5312d670ee232786a8 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1629,7 +1629,6 @@ class RawUnwindError : public RawError { |
RawString* message_; |
RawObject** to() { return reinterpret_cast<RawObject**>(&ptr()->message_); } |
bool is_user_initiated_; |
- bool is_vm_restart_; |
}; |