Skip to content

Commit a65af01

Browse files
committed
Remove tri.rs and four.rs
Closes #1892
1 parent fda7bb6 commit a65af01

File tree

3 files changed

+1
-561
lines changed

3 files changed

+1
-561
lines changed

src/libstd/four.rs

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

src/libstd/std.rc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use core(vers = "0.2");
1414
import core::*;
1515

1616
export net, uv;
17-
export c_vec, four, tri, util;
17+
export c_vec, util;
1818
export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap, ufind;
1919
export rope, arena;
2020
export ebml, dbg, getopts, json, rand, sha1, term, time, prettyprint;
@@ -33,8 +33,6 @@ mod uv_hl;
3333
// Utility modules
3434

3535
mod c_vec;
36-
mod four;
37-
mod tri;
3836
mod util;
3937

4038

0 commit comments

Comments
 (0)