diff options
| author | Eric Reed <ereed@mozilla.com> | 2013-07-08 13:03:18 -0700 |
|---|---|---|
| committer | Eric Reed <ereed@mozilla.com> | 2013-07-08 13:03:18 -0700 |
| commit | cf2329201098c6e3b417548651a1c3dbf19c0dc0 (patch) | |
| tree | e970715357ad65a22f289bd708e3e9ede49f9ad2 /src/rt/rust_kernel.cpp | |
| parent | b60cf0c5b0cf36625083c2624df9fb35d0af3578 (diff) | |
| parent | 1098d6980b13dc00e3f20deae987423e3bcae9ce (diff) | |
| download | rust-cf2329201098c6e3b417548651a1c3dbf19c0dc0.tar.gz rust-cf2329201098c6e3b417548651a1c3dbf19c0dc0.zip | |
Merge remote-tracking branch 'upstream/io' into io
Conflicts: src/libstd/rt/uvio.rs
Diffstat (limited to 'src/rt/rust_kernel.cpp')
| -rw-r--r-- | src/rt/rust_kernel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp index c1c40222f1a..583f836c0d6 100644 --- a/src/rt/rust_kernel.cpp +++ b/src/rt/rust_kernel.cpp @@ -211,7 +211,6 @@ rust_kernel::run() { assert(osmain_driver != NULL); osmain_driver->start_main_loop(); sched_reaper.join(); - rust_check_exchange_count_on_exit(); return rval; } |
