Remove hack_allow_leaks
Happy to close the loop on this one. Issue #236
This commit is contained in:
parent
d267e7486e
commit
22001d1dce
5 changed files with 3 additions and 28 deletions
|
@ -224,13 +224,6 @@ debug_opaque(rust_task *task, type_desc *t, uint8_t *front)
|
|||
}
|
||||
}
|
||||
|
||||
extern "C" CDECL void
|
||||
hack_allow_leaks(rust_task *task)
|
||||
{
|
||||
LOG(task, stdlib, "hack_allow_leaks");
|
||||
task->local_region.hack_allow_leaks();
|
||||
}
|
||||
|
||||
struct rust_box {
|
||||
RUST_REFCOUNTED(rust_box)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue