1
Fork 0

Remove the C++ runtime. Sayonara

This commit is contained in:
Brian Anderson 2013-07-31 23:12:20 -07:00
parent d392556160
commit b75915d0ca
62 changed files with 288 additions and 6458 deletions

View file

@ -164,7 +164,6 @@ pub mod trie;
pub mod task;
pub mod comm;
pub mod pipes;
pub mod local_data;
@ -213,7 +212,6 @@ mod std {
pub use kinds;
pub use local_data;
pub use sys;
pub use pipes;
pub use unstable;
pub use str;
pub use os;