commit | 8784462d9590e4fcd06813d3a9c7ba08bf556b2e | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Wed Jul 17 13:05:13 2013 -0700 |
committer | Ian Rogers <irogers@google.com> | Wed Jul 17 13:05:13 2013 -0700 |
tree | 36ec4129101737125ed19b041265d022a351c19b | |
parent | 82f9f02d89ea859bd04514bd28bb6cac0409c7b2 [diff] |
Remove declaration of undefined method. Change-Id: I8b7bec33e4bc9082d6bbf005475c67afbe6d2913
diff --git a/runtime/gc/space/space.h b/runtime/gc/space/space.h index ca01c55..b5837d0 100644 --- a/runtime/gc/space/space.h +++ b/runtime/gc/space/space.h
@@ -112,7 +112,6 @@ bool IsZygoteSpace() const { return GetType() == kSpaceTypeZygoteSpace; } - DlMallocSpace* AsZygoteSpace(); // Does this space hold large objects and implement the large object space abstraction? bool IsLargeObjectSpace() const {