Removing an invalid operation in the attempt to restore valgrind cleanness.

This commit is contained in:
Eric Holk 2011-08-05 16:29:30 -07:00
parent 5f89a4f5f3
commit f9fd785cf5

View file

@ -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) {