Remove task_unsupervise from rt builtin functions
This was an exact duplicate of the unsupervise function
This commit is contained in:
@@ -430,11 +430,6 @@ task_join(rust_task *task, rust_task *join_task) {
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" CDECL void
|
||||
task_unsupervise(rust_task *task) {
|
||||
task->unsupervise();
|
||||
}
|
||||
|
||||
/* Debug builtins for std.dbg. */
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user