Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 01ab04e60ac144d098e1977d267e80da36ff156a..462e508aa716754565c44cd5579668bd1f3c70fb 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -311,7 +311,6 @@ class HashMap; |
V(int, bad_char_shift_table, kUC16AlphabetSize) \ |
V(int, good_suffix_shift_table, (kBMMaxShift + 1)) \ |
V(int, suffix_table, (kBMMaxShift + 1)) \ |
- V(uint32_t, random_seed, 2) \ |
V(uint32_t, private_random_seed, 2) \ |
ISOLATE_INIT_DEBUG_ARRAY_LIST(V) |