Skip to content

Commit 453e29c

Browse files
committed
core: Remove resolved FIXME around port destruction
1 parent c222287 commit 453e29c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libcore/comm.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ class port_ptr<T:send> {
106106
rustrt::rust_port_begin_detach(self.po, yieldp);
107107
if yield != 0u {
108108
// Need to wait for the port to be detached
109-
// FIXME: If this fails then we're going to leave our port
110-
// in a bogus state. (Issue #1988)
111109
task::yield();
112110
}
113111
rustrt::rust_port_end_detach(self.po);

0 commit comments

Comments
 (0)