Remove shared tydescs

All tydescs are static now, there's no need to worry about
marshalling them between threads anymore.
This commit is contained in:
Marijn Haverbeke
2012-03-15 17:42:33 +01:00
parent 140d194007
commit 22bef74b55
14 changed files with 18 additions and 158 deletions

View File

@@ -192,7 +192,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, NULL, td->first_param, box_body(env));
upcall_free_shared_type_desc(env->td);
upcall_shared_free(env);
}