about summary refs log tree commit diff
path: root/src/comp/driver
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-02-18 16:34:42 -0800
committerBrian Anderson <banderson@mozilla.com>2012-02-20 18:58:04 -0800
commit4220dcf1e9de2c2d2c329ecefa80108b63a69145 (patch)
treebd70397f064225f8d38b692f5f8120ed9e732d9e /src/comp/driver
parentfbc95ba0184a417ff6d8b2b417f210c960e142cc (diff)
downloadrust-4220dcf1e9de2c2d2c329ecefa80108b63a69145.tar.gz
rust-4220dcf1e9de2c2d2c329ecefa80108b63a69145.zip
core: New task API
Diffstat (limited to 'src/comp/driver')
-rw-r--r--src/comp/driver/rustc.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs
index 0239f3921de..5186290e4a4 100644
--- a/src/comp/driver/rustc.rs
+++ b/src/comp/driver/rustc.rs
@@ -143,8 +143,6 @@ fn monitor(f: fn~(diagnostic::emitter)) {
 
     alt task::try  {||
 
-        task::unsupervise();
-
         // The 'diagnostics emitter'. Every error, warning, etc. should
         // go through this function.
         let demitter = fn@(cmsp: option<(codemap::codemap, codemap::span)>,