Index: runtime/vm/isolate.h |
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
index ed0c5b9f562d77618ebb567f3e5f41e20205b079..2e603f1c54951cd43fdc223ce0527031a666dd5f 100644 |
--- a/runtime/vm/isolate.h |
+++ b/runtime/vm/isolate.h |
@@ -483,8 +483,6 @@ class Isolate : public BaseIsolate { |
bool CanReload() const; |
- void ReportReloadError(const Error& error); |
- |
void set_last_reload_timestamp(int64_t value) { |
last_reload_timestamp_ = value; |
} |