Stop exporting unsafe spawn functions

Issue #1022
This commit is contained in:
Brian Anderson 2011-10-13 20:36:53 -07:00
parent 3b54dcfa79
commit 446aea11d0

View File

@ -14,9 +14,6 @@ export unsupervise;
export pin;
export unpin;
export set_min_stack;
export spawn;
export spawn_notify;
export spawn_joinable;
export task_result;
export tr_success;
export tr_failure;