Skip to content

Commit f9fd785

Browse files
author
Eric Holk
committed
Removing an invalid operation in the attempt to restore valgrind cleanness.
1 parent 5f89a4f commit f9fd785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/comm.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ resource chan_ptr(ch: *rustrt::rust_chan) {
3030
rustrt::drop_chan(ch);
3131
rustrt::drop_chan(ch); // FIXME: We shouldn't have to do this
3232
// twice.
33-
rustrt::del_chan(ch);
3433
}
3534

3635
resource port_ptr(po: *rustrt::rust_port) {

0 commit comments

Comments
 (0)