Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 8e0a8f615f3efdff9a1a50887ff300e47ac07eb7..82e854e7f21b3b7b0f4e77599919be6b402ce8f9 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -292,7 +292,6 @@ class ShellOptions { |
stress_runs(1), |
interactive_shell(false), |
test_shell(false), |
- dump_heap_constants(false), |
expected_to_throw(false), |
mock_arraybuffer_allocator(false), |
enable_inspector(false), |
@@ -323,7 +322,6 @@ class ShellOptions { |
int stress_runs; |
bool interactive_shell; |
bool test_shell; |
- bool dump_heap_constants; |
bool expected_to_throw; |
bool mock_arraybuffer_allocator; |
bool enable_inspector; |