OSDN Git Service

Remove an unused member from the mark context.
[android-x86/dalvik.git] / 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);