Skip to content

Commit 042e068

Browse files
committed
---
yaml --- r: 6243 b: refs/heads/master c: 6c108aa h: refs/heads/master i: 6241: 19a7098 6239: 6658079 v: v3
1 parent 3864ac3 commit 042e068

File tree

9 files changed

+2
-376
lines changed

9 files changed

+2
-376
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: 793da65a8eb060268056861d1a82761747aa52a2
2+
refs/heads/master: 6c108aade9e7666bf8d984115f6c44a5f7cf5907

trunk/src/lib/aio.rs

Lines changed: 0 additions & 183 deletions
This file was deleted.

trunk/src/lib/sio.rs

Lines changed: 0 additions & 82 deletions
This file was deleted.

trunk/src/lib/std.rc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
export box, char, float, int, str, ptr, uint, u8, u32, u64, vec;
11-
export aio, comm, fs, io, net, run, sio, sys, task;
11+
export comm, fs, io, net, run, sys, task;
1212
export ctypes, either, option, result, util;
1313
export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap, ufind;
1414
export rope;
@@ -35,13 +35,11 @@ mod vec;
3535

3636
// General io and system-services modules
3737

38-
mod aio;
3938
mod comm;
4039
mod fs;
4140
mod io;
4241
mod net;
4342
mod run = "run_program.rs";
44-
mod sio;
4543
mod sys;
4644
mod task;
4745

trunk/src/test/run-pass/sio-client.rs

Lines changed: 0 additions & 26 deletions
This file was deleted.

trunk/src/test/run-pass/sio-ctx.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

trunk/src/test/run-pass/sio-read.rs

Lines changed: 0 additions & 30 deletions
This file was deleted.

trunk/src/test/run-pass/sio-srv.rs

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)