rt: Remove box annihilator
This commit is contained in:
parent
a469a3524d
commit
8d932160d9
6 changed files with 1 additions and 259 deletions
|
@ -7,7 +7,6 @@
|
|||
#include "sync/timer.h"
|
||||
#include "rust_abi.h"
|
||||
#include "rust_port.h"
|
||||
#include "rust_box_annihilator.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
@ -748,12 +747,6 @@ rust_set_exit_status(intptr_t code) {
|
|||
task->kernel->set_exit_status((int)code);
|
||||
}
|
||||
|
||||
extern "C" CDECL void
|
||||
rust_annihilate_box(rust_opaque_box *ptr) {
|
||||
rust_task *task = rust_get_current_task();
|
||||
annihilate_box(task, ptr);
|
||||
}
|
||||
|
||||
extern void log_console_on();
|
||||
|
||||
extern "C" CDECL void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue