Index: src/v8.h |
diff --git a/src/v8.h b/src/v8.h |
index 69f4df9cb21255aca61fef0b03ef4cfc38312d01..23277b39af3b0529544fe62cb1c39b5efe40eedc 100644 |
--- a/src/v8.h |
+++ b/src/v8.h |
@@ -122,11 +122,6 @@ class V8 : public AllStatic { |
static void InitializeOncePerProcessImpl(); |
static void InitializeOncePerProcess(); |
- // True if V8 has ever been run |
- static bool has_been_set_up_; |
- // True if engine has been shut down |
- // (reset if engine is restarted) |
- static bool has_been_disposed_; |
// List of callbacks when a Call completes. |
static List<CallCompletedCallback>* call_completed_callbacks_; |
// Allocator for external array buffers. |