diff options
Diffstat (limited to 'src/libstd/cleanup.rs')
| -rw-r--r-- | src/libstd/cleanup.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstd/cleanup.rs b/src/libstd/cleanup.rs index 7c2348a3533..6a6ba12bae3 100644 --- a/src/libstd/cleanup.rs +++ b/src/libstd/cleanup.rs @@ -71,7 +71,6 @@ pub unsafe fn annihilate() { use io::WriterUtil; use io; use libc; - use rt::borrowck; use sys; use managed; @@ -81,10 +80,6 @@ pub unsafe fn annihilate() { n_bytes_freed: 0 }; - // Quick hack: we need to free this list upon task exit, and this - // is a convenient place to do it. - borrowck::clear_task_borrow_list(); - // Pass 1: Make all boxes immortal. // // In this pass, nothing gets freed, so it does not matter whether |
