Skip to content

Commit 6992501

Browse files
committed
---
yaml --- r: 4331 b: refs/heads/master c: 4828d8f h: refs/heads/master i: 4329: 25b0daf 4327: 9761690 v: v3
1 parent f1b6cc1 commit 6992501

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 291c43af312457c33127cb962cbc6192c6eb8d3a
2+
refs/heads/master: 4828d8f73f80b6966f460a129b43930c53bc2b38

trunk/src/test/compiletest/procsrv.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ fn mk() -> handle {
4545

4646
fn from_chan(ch: &reqchan) -> handle { {task: option::none, chan: ch} }
4747

48-
fn clone(handle: &handle) -> handle {
49-
50-
// Sharing tasks across tasks appears to be (yet another) recipe for
51-
// disaster, so our handle clones will not get the task pointer.
52-
{task: option::none, chan: task::clone_chan(handle.chan)}
53-
}
54-
5548
fn close(handle: &handle) {
5649
task::send(handle.chan, stop);
5750
task::join(option::get(handle.task));

0 commit comments

Comments
 (0)