Finish de-exporting path, rand, run, sys. Part of #3583.

This commit is contained in:
Graydon Hoare
2012-09-27 15:44:09 -07:00
parent 3254bee55e
commit 8c89e4bbdd
5 changed files with 11 additions and 20 deletions

View File

@@ -9,7 +9,6 @@ enum rctx {}
#[abi = "cdecl"]
extern mod rustrt {
#[legacy_exports];
fn rand_seed() -> ~[u8];
fn rand_new() -> *rctx;
fn rand_new_seeded(seed: ~[u8]) -> *rctx;