Index: runtime/vm/simulator_mips.h |
diff --git a/runtime/vm/simulator_mips.h b/runtime/vm/simulator_mips.h |
index 45f45d8eca3069bc8686c3242991a1360116ef85..8b37b97d75080b3e1c504d43e6141d2965c6f8a0 100644 |
--- a/runtime/vm/simulator_mips.h |
+++ b/runtime/vm/simulator_mips.h |
@@ -126,8 +126,7 @@ class Simulator { |
uword sp, |
uword fp, |
RawObject* raw_exception, |
- RawObject* raw_stacktrace, |
- Isolate* isolate); |
+ RawObject* raw_stacktrace); |
private: |
// A pc value used to signal the simulator to stop execution. Generally |