Index: runtime/vm/clustered_snapshot.cc |
diff --git a/runtime/vm/clustered_snapshot.cc b/runtime/vm/clustered_snapshot.cc |
index de332128c221f93815ffbf25de2d6a17e2297759..bd85452189cb93749a73d9e4be8a4ad7b06c46fe 100644 |
--- a/runtime/vm/clustered_snapshot.cc |
+++ b/runtime/vm/clustered_snapshot.cc |
@@ -764,7 +764,6 @@ class ClosureDataDeserializationCluster : public DeserializationCluster { |
data->ptr()->parent_function_ = static_cast<RawFunction*>(d->ReadRef()); |
data->ptr()->signature_type_ = static_cast<RawType*>(d->ReadRef()); |
data->ptr()->closure_ = static_cast<RawInstance*>(d->ReadRef()); |
- data->ptr()->hash_ = Object::null(); |
} |
} |
}; |