OSDN Git Service

Remove an unused member from the mark context.
authorCarl Shapiro <cshapiro@google.com>
Fri, 30 Jul 2010 00:51:54 +0000 (17:51 -0700)
committerCarl Shapiro <cshapiro@google.com>
Fri, 30 Jul 2010 00:51:54 +0000 (17:51 -0700)
Change-Id: Ic85061af92e507001ddfb61710e996362078ec9d

vm/alloc/MarkSweep.h

index 46066c6..0fc5933 100644 (file)
@@ -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);