Index: runtime/vm/snapshot.h |
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
index c0d10166108706f6b3c21b2ee09dfc1962ba475b..faf5eede693711054ff4fa18546ddef098c3cbc5 100644 |
--- a/runtime/vm/snapshot.h |
+++ b/runtime/vm/snapshot.h |
@@ -842,8 +842,7 @@ class SnapshotWriter : public BaseWriter { |
// Serialize an object into the buffer. |
void WriteObject(RawObject* raw); |
- static uint32_t GetObjectTags(RawObject* raw); |
- static uword GetObjectTagsAndHash(RawObject* raw); |
+ uword GetObjectTags(RawObject* raw); |
Exceptions::ExceptionType exception_type() const { return exception_type_; } |
void set_exception_type(Exceptions::ExceptionType type) { |