Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 420cf03b5f6a235674e034681801aad71738d862..ee12a9aace9ccd01fca04a8ed389b1dcb4421b4a 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -274,10 +274,8 @@ class ThreadLocalTop BASE_EMBEDDED { |
Address handler_; // try-blocks are chained through the stack |
#ifdef USE_SIMULATOR |
-#if V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_MIPS |
Simulator* simulator_; |
#endif |
-#endif // USE_SIMULATOR |
Address js_entry_sp_; // the stack pointer of the bottom JS entry frame |
// the external callback we're currently in |