Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index cf1de10be21f50cdcc34176c0e1d708c2546e372..9ef6fc732a9f9f64c22fd4449ce28834a0107083 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -340,8 +340,6 @@ typedef List<HeapObject*> DebugObjectCache; |
V(int, serialize_partial_snapshot_cache_capacity, 0) \ |
V(Object**, serialize_partial_snapshot_cache, NULL) \ |
/* Assembler state. */ \ |
- /* A previously allocated buffer of kMinimalBufferSize bytes, or NULL. */ \ |
- V(byte*, assembler_spare_buffer, NULL) \ |
V(FatalErrorCallback, exception_behavior, NULL) \ |
V(LogEventCallback, event_logger, NULL) \ |
V(AllowCodeGenerationFromStringsCallback, allow_code_gen_callback, NULL) \ |