diff options
Diffstat (limited to 'src/libstd/logging.rs')
| -rw-r--r-- | src/libstd/logging.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstd/logging.rs b/src/libstd/logging.rs index 342d0828f82..27a2af95a2a 100644 --- a/src/libstd/logging.rs +++ b/src/libstd/logging.rs @@ -37,16 +37,7 @@ pub fn console_off() { rt::logging::console_off(); } -#[cfg(stage0)] -#[doc(hidden)] -pub fn log(_level: u32, s: ~str) { - // this is a terrible approximation, but it gets the job done (for stage0 at - // least) - ::io::println(s); -} - #[allow(missing_doc)] -#[cfg(not(stage0))] pub fn log(_level: u32, args: &fmt::Arguments) { use rt::task::Task; use rt::local::Local; |
