Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 21e4c4f0833c9f26da1b49813c1606d3d06351b5..80e7bf9a174f0439b5ea15fe843927cc39a7502e 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -293,7 +293,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), |
@@ -324,7 +323,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; |