Remove std::io

This commit is contained in:
Brian Anderson 2011-08-11 19:07:25 -07:00
parent 82b1e3f5cc
commit 0b71d1d445
2 changed files with 0 additions and 474 deletions

View file

@ -20,7 +20,6 @@ mod str;
// General io and system-services modules.
mod io;
mod ioivec;
mod sys;
mod task;