Skip to content

Commit 74e3fed

Browse files
garethgareth
authored andcommitted
---
yaml --- r: 56392 b: refs/heads/auto c: 62befac h: refs/heads/master v: v3
1 parent bf0bf0f commit 74e3fed

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: ceeffa1ec662f4c1e214f3762ac116a21886078e
17+
refs/heads/auto: 62befac51fadbdd64050d84c796e3952789870a1
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1919
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c

branches/auto/src/libcore/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use cast;
3030
use io;
3131
use libc;
3232
use libc::{c_char, c_void, c_int, size_t};
33-
use libc::{mode_t, pid_t, FILE};
33+
use libc::{mode_t, FILE};
3434
use option;
3535
use option::{Some, None};
3636
use prelude::*;

branches/auto/src/libcore/run.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use option::{Some, None};
1818
use os;
1919
use prelude::*;
2020
use ptr;
21-
use run;
2221
use str;
2322
use task;
2423
use vec;
@@ -377,7 +376,7 @@ pub fn start_program(prog: &str, args: &[~str]) -> @Program {
377376
fn force_destroy(&mut self) { destroy_repr(&mut self.r, true); }
378377
}
379378

380-
let mut repr = ProgRepr {
379+
let repr = ProgRepr {
381380
pid: res.pid,
382381
handle: res.handle,
383382
in_fd: pipe_input.out,

0 commit comments

Comments
 (0)