From f9fd785cf50e31b043f44a7bd0fc24f31e67ec7b Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Fri, 5 Aug 2011 16:29:30 -0700 Subject: [PATCH] Removing an invalid operation in the attempt to restore valgrind cleanness. --- src/lib/comm.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/comm.rs b/src/lib/comm.rs index 35c8ad2f6efc..d8275de1d7ef 100644 --- a/src/lib/comm.rs +++ b/src/lib/comm.rs @@ -30,7 +30,6 @@ resource chan_ptr(ch: *rustrt::rust_chan) { rustrt::drop_chan(ch); rustrt::drop_chan(ch); // FIXME: We shouldn't have to do this // twice. - rustrt::del_chan(ch); } resource port_ptr(po: *rustrt::rust_port) {