| Index: vm/object.h
|
| ===================================================================
|
| --- vm/object.h (revision 13425)
|
| +++ vm/object.h (working copy)
|
| @@ -5469,13 +5469,6 @@
|
| return OFFSET_OF(RawClosure, type_arguments_);
|
| }
|
|
|
| - // TODO(iposva): Remove smrck support once mapping to arbitrary is available.
|
| - RawInteger* smrck() const { return raw_ptr()->smrck_; }
|
| - void set_smrck(const Integer& smrck) const {
|
| - StorePointer(&raw_ptr()->smrck_, smrck.raw());
|
| - }
|
| - static intptr_t smrck_offset() { return OFFSET_OF(RawClosure, smrck_); }
|
| -
|
| static intptr_t InstanceSize() {
|
| return RoundedAllocationSize(sizeof(RawClosure));
|
| }
|
|
|