diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2015-04-20 19:01:20 -0700 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2015-04-21 08:16:03 -0700 |
| commit | 71bc70ea1b99f9eac5460b8560f90d1baac6385f (patch) | |
| tree | fa784d9d56386b9e7b21de41baa8707e9a50b07c /src/libstd | |
| parent | fe7f95fb3cdfa38531b1072ba42bea09297a39db (diff) | |
| download | rust-71bc70ea1b99f9eac5460b8560f90d1baac6385f.tar.gz rust-71bc70ea1b99f9eac5460b8560f90d1baac6385f.zip | |
Remove references to `old_{path,io}`
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/panicking.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/panicking.rs b/src/libstd/panicking.rs index a498e634185..11b057d0094 100644 --- a/src/libstd/panicking.rs +++ b/src/libstd/panicking.rs @@ -19,7 +19,6 @@ use rt::{backtrace, unwind}; use sys::stdio::Stderr; use thread; -// Defined in this module instead of old_io::stdio so that the unwinding thread_local! { pub static LOCAL_STDERR: RefCell<Option<Box<Write + Send>>> = { RefCell::new(None) |
