Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 35f3f4f594ae11e930e762553dc43a69ade4bec6..3d36a76859cb210e9648811c0b039a22e6865e7b 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -1148,8 +1148,6 @@ class Class : public Object { |
void SetFields(const Array& value) const; |
void AddField(const Field& field) const; |
void AddFields(const GrowableArray<const Field*>& fields) const; |
- intptr_t FindFieldIndex(const Field& field) const; |
- RawField* FieldFromIndex(intptr_t idx) const; |
// Returns an array of all fields of this class and its superclasses indexed |
// by offset in words. |