diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-02-18 16:34:42 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-20 18:58:04 -0800 |
| commit | 4220dcf1e9de2c2d2c329ecefa80108b63a69145 (patch) | |
| tree | bd70397f064225f8d38b692f5f8120ed9e732d9e /src/comp/driver | |
| parent | fbc95ba0184a417ff6d8b2b417f210c960e142cc (diff) | |
| download | rust-4220dcf1e9de2c2d2c329ecefa80108b63a69145.tar.gz rust-4220dcf1e9de2c2d2c329ecefa80108b63a69145.zip | |
core: New task API
Diffstat (limited to 'src/comp/driver')
| -rw-r--r-- | src/comp/driver/rustc.rs | 2 |
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)>, |
