summaryrefslogtreecommitdiff
path: root/core/isolate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/isolate.rs')
-rw-r--r--core/isolate.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/isolate.rs b/core/isolate.rs
index 33b52da75..ef2da2a68 100644
--- a/core/isolate.rs
+++ b/core/isolate.rs
@@ -375,7 +375,6 @@ impl<B: Behavior> Future for Isolate<B> {
self.respond()?;
// The other side should have shifted off all the messages.
assert_eq!(self.shared.size(), 0);
- self.shared.reset();
}
}