diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-09-08 16:59:23 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-09-11 17:31:40 -0700 |
| commit | 22001d1dcef5d2c40a242402f75d5acc540bee2b (patch) | |
| tree | a55206e06b4cc3dabebb699d295c9b83704c0b94 /src/rt/rust_builtin.cpp | |
| parent | d267e7486e7158f8633424389f789d23149e1064 (diff) | |
| download | rust-22001d1dcef5d2c40a242402f75d5acc540bee2b.tar.gz rust-22001d1dcef5d2c40a242402f75d5acc540bee2b.zip | |
Remove hack_allow_leaks
Happy to close the loop on this one. Issue #236
Diffstat (limited to 'src/rt/rust_builtin.cpp')
| -rw-r--r-- | src/rt/rust_builtin.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index 5e0c9dbf4c2..2499dea0328 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -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) |
