1
Fork 0

Remove hack_allow_leaks

Happy to close the loop on this one.

Issue #236
This commit is contained in:
Brian Anderson 2011-09-08 16:59:23 -07:00
parent d267e7486e
commit 22001d1dce
5 changed files with 3 additions and 28 deletions

View file

@ -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)