diff options
| author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-24 18:52:31 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-24 18:52:31 -0400 |
| commit | de2e84e5b044d8635387bacd37d6088bd8dffd66 (patch) | |
| tree | 42c80d0ce29be3528d31d66003027d5654f82f71 /src/rt/rust_crate.cpp | |
| parent | 31de8e15c0f9575c236fc87fbbf02bd08e3b8842 (diff) | |
| download | rust-de2e84e5b044d8635387bacd37d6088bd8dffd66.tar.gz rust-de2e84e5b044d8635387bacd37d6088bd8dffd66.zip | |
Only one gc glue.
Diffstat (limited to 'src/rt/rust_crate.cpp')
| -rw-r--r-- | src/rt/rust_crate.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/rust_crate.cpp b/src/rt/rust_crate.cpp index 2e312c8c564..0b63e4bd40e 100644 --- a/src/rt/rust_crate.cpp +++ b/src/rt/rust_crate.cpp @@ -11,11 +11,6 @@ rust_crate::get_relocation_diff() const { return ((uintptr_t)this - self_addr); } -uintptr_t -rust_crate::get_gc_glue() const { - return ((uintptr_t)this + gc_glue_off); -} - rust_crate::mem_area::mem_area(rust_dom *dom, uintptr_t pos, size_t sz) : dom(dom), base(pos), |
