Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index 0fc7388d851fac6cf9d4b851f92af0a97041edd6..fdc50471b4d82c53d3834e768f8de51e5a17bc1e 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -89,7 +89,6 @@ struct TickSample; |
V(CODE_DELETE_EVENT, "code-delete") \ |
V(CODE_MOVING_GC, "code-moving-gc") \ |
V(SHARED_FUNC_MOVE_EVENT, "sfi-move") \ |
- V(SNAPSHOT_POSITION_EVENT, "snapshot-pos") \ |
V(SNAPSHOT_CODE_NAME_EVENT, "snapshot-code-name") \ |
V(TICK_EVENT, "tick") \ |
V(REPEAT_META_EVENT, "repeat") \ |
@@ -260,7 +259,6 @@ class Logger { |
void SharedFunctionInfoMoveEvent(Address from, Address to); |
void CodeNameEvent(Address addr, int pos, const char* code_name); |
- void SnapshotPositionEvent(HeapObject* obj, int pos); |
// ==== Events logged by --log-gc. ==== |
// Heap sampling events: start, end, and individual types. |