From a363035f3bbf56f6c4fe500dd85bc2f1330d7a20 Mon Sep 17 00:00:00 2001 From: Carl Shapiro Date: Thu, 29 Jul 2010 17:51:54 -0700 Subject: [PATCH] Remove an unused member from the mark context. Change-Id: Ic85061af92e507001ddfb61710e996362078ec9d --- vm/alloc/MarkSweep.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/alloc/MarkSweep.h b/vm/alloc/MarkSweep.h index 46066c646..0fc5933dd 100644 --- a/vm/alloc/MarkSweep.h +++ b/vm/alloc/MarkSweep.h @@ -42,7 +42,6 @@ typedef struct { GcMarkStack stack; const char *immuneLimit; const void *finger; // only used while scanning/recursing. - bool crossGen; // used when scanning immune objects. } GcMarkContext; bool dvmHeapBeginMarkStep(GcMode mode); -- 2.11.0