about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorEric Reed <ereed@mozilla.com>2013-07-08 13:03:18 -0700
committerEric Reed <ereed@mozilla.com>2013-07-08 13:03:18 -0700
commitcf2329201098c6e3b417548651a1c3dbf19c0dc0 (patch)
treee970715357ad65a22f289bd708e3e9ede49f9ad2 /src/rt/rust_kernel.cpp
parentb60cf0c5b0cf36625083c2624df9fb35d0af3578 (diff)
parent1098d6980b13dc00e3f20deae987423e3bcae9ce (diff)
downloadrust-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.cpp1
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;
 }