remove status_cache.freeze (#3509)

This commit is contained in:
Rob Walker
2019-03-26 12:10:46 -07:00
committed by GitHub
parent 6d45ac1bc7
commit 7f404941bb

View File

@ -289,7 +289,7 @@ impl Bank {
// freeze is a one-way trip, idempotent // freeze is a one-way trip, idempotent
*hash = self.hash_internal_state(); *hash = self.hash_internal_state();
} }
self.status_cache.write().unwrap().freeze(); // self.status_cache.write().unwrap().freeze();
} }
/// squash the parent's state up into this Bank, /// squash the parent's state up into this Bank,