summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector/semi_space.h
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2014-01-10 10:10:23 -0800
committerMathieu Chartier <mathieuc@google.com>2014-01-10 10:21:23 -0800
commit5dc08a680696554ffc76d58dd591b23e79f5b5a1 (patch)
treebb36acaf989ed54c6b262ea1c10d6f610074b03f /runtime/gc/collector/semi_space.h
parent75d7581c16c0ffb59935cf194aeaa73aab44300c (diff)
downloadart-5dc08a680696554ffc76d58dd591b23e79f5b5a1.zip
art-5dc08a680696554ffc76d58dd591b23e79f5b5a1.tar.gz
art-5dc08a680696554ffc76d58dd591b23e79f5b5a1.tar.bz2
Fix ART debug build boot.
Some of the checks were no longer valid after the zygote bin packing. Bug: 12480317 Change-Id: Iaa169b0aafe9fec06e75e9b58a3de28aa70a9421
Diffstat (limited to 'runtime/gc/collector/semi_space.h')
-rw-r--r--runtime/gc/collector/semi_space.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/gc/collector/semi_space.h b/runtime/gc/collector/semi_space.h
index 7bb7b19..16c1329 100644
--- a/runtime/gc/collector/semi_space.h
+++ b/runtime/gc/collector/semi_space.h
@@ -255,8 +255,6 @@ class SemiSpace : public GarbageCollector {
inline mirror::Object* GetForwardingAddressInFromSpace(mirror::Object* obj) const;
- mirror::Object* GetForwardingAddress(mirror::Object* obj);
-
// Current space, we check this space first to avoid searching for the appropriate space for an
// object.
accounting::ObjectStack* mark_stack_;