File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
branches/incoming/src/libcore Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ refs/heads/try: bf67eb2362b7d0f37012f2d6dac604c3bbacd2c6
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9
- refs/heads/incoming: ceeffa1ec662f4c1e214f3762ac116a21886078e
9
+ refs/heads/incoming: 62befac51fadbdd64050d84c796e3952789870a1
10
10
refs/heads/dist-snap: 00dbbd01c2aee72982b3e0f9511ae1d4428c3ba9
11
11
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
12
12
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ use cast;
30
30
use io;
31
31
use libc;
32
32
use libc:: { c_char, c_void, c_int, size_t} ;
33
- use libc:: { mode_t, pid_t , FILE } ;
33
+ use libc:: { mode_t, FILE } ;
34
34
use option;
35
35
use option:: { Some , None } ;
36
36
use prelude:: * ;
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ use option::{Some, None};
18
18
use os;
19
19
use prelude:: * ;
20
20
use ptr;
21
- use run;
22
21
use str;
23
22
use task;
24
23
use vec;
@@ -377,7 +376,7 @@ pub fn start_program(prog: &str, args: &[~str]) -> @Program {
377
376
fn force_destroy ( & mut self ) { destroy_repr ( & mut self . r , true ) ; }
378
377
}
379
378
380
- let mut repr = ProgRepr {
379
+ let repr = ProgRepr {
381
380
pid : res. pid ,
382
381
handle : res. handle ,
383
382
in_fd : pipe_input. out ,
You can’t perform that action at this time.
0 commit comments