| Index: runtime/vm/object_store.h
|
| diff --git a/runtime/vm/object_store.h b/runtime/vm/object_store.h
|
| index 375e4cd7a8fe1a52f6beffd3208738114493c70a..c303c6c91836a1d8c3bd45ae6dd0ea402331a639 100644
|
| --- a/runtime/vm/object_store.h
|
| +++ b/runtime/vm/object_store.h
|
| @@ -90,9 +90,6 @@ class ObjectStore {
|
| return OFFSET_OF(ObjectStore, int_type_);
|
| }
|
|
|
| - RawType* int64_type() const { return int64_type_; }
|
| - void set_int64_type(const Type& value) { int64_type_ = value.raw(); }
|
| -
|
| RawClass* integer_implementation_class() const {
|
| return integer_implementation_class_;
|
| }
|
| @@ -514,7 +511,6 @@ class ObjectStore {
|
| V(RawType*, number_type_) \
|
| V(RawType*, int_type_) \
|
| V(RawClass*, integer_implementation_class_) \
|
| - V(RawType*, int64_type_) \
|
| V(RawClass*, smi_class_) \
|
| V(RawType*, smi_type_) \
|
| V(RawClass*, mint_class_) \
|
|
|