diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-07-22 00:06:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-07-22 01:09:48 -0400 |
| commit | ed67cdb73c9cf3a1cba768b3122aa03564b43ccc (patch) | |
| tree | b7676278f04d251c9d0a3132d489ecc7f650cef8 /src/rt/rust_task.cpp | |
| parent | fc058191818e4440d36e5ed4ef61bc0a9711be11 (diff) | |
| download | rust-ed67cdb73c9cf3a1cba768b3122aa03564b43ccc.tar.gz rust-ed67cdb73c9cf3a1cba768b3122aa03564b43ccc.zip | |
new snapshot
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 4d6d2567cd4..a4afb1c0bc5 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -183,9 +183,6 @@ void task_start_wrapper(spawn_args *a) // free the environment (which should be a unique closure). const type_desc *td = env->td; td->drop_glue(NULL, -#ifdef _RUST_STAGE0 - NULL, -#endif box_body(env)); task->kernel->region()->free(env); } |
