Skip to content

Commit 3caf9b3

Browse files
brsongraydon
authored andcommitted
---
yaml --- r: 1787 b: refs/heads/master c: cddd809 h: refs/heads/master i: 1785: ea9baac 1783: 431daf5 v: v3
1 parent 024154b commit 3caf9b3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 3dcb79dac91f0a53fecbf1c5340db6c54c5a2e71
2+
refs/heads/master: cddd8094da090bb5522aec3c0b344b8014d37d2d

trunk/src/comp/middle/trans.rs

-2
Original file line numberDiff line numberDiff line change
@@ -4764,8 +4764,6 @@ fn trans_chan(@block_ctxt cx, @ast.expr e, ast.ann ann) -> result {
47644764
auto dropref = clean(bind drop_ty(_, chan_val, chan_ty));
47654765
find_scope_cx(bcx).cleanups += vec(dropref);
47664766

4767-
// TODO: Do I need to do anything with the port's refcount?
4768-
47694767
ret res(bcx, chan_val);
47704768
}
47714769

0 commit comments

Comments
 (0)