Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index c6bc1219907e6448c9f620071ca4c36a799d4d71..e3ea9fadc00912cb0b7776e17f74429e3d4e6ba7 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -3569,7 +3569,6 @@ class ObjectPool : public Object { |
| } |
| EntryType InfoAt(intptr_t index) const; |
| - void SetInfoAt(intptr_t index, EntryType info) const; |
| RawObject* ObjectAt(intptr_t index) const { |
| ASSERT(InfoAt(index) == kTaggedObject); |