diff options
| author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-24 20:12:30 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-24 20:12:30 -0400 |
| commit | 0c1ea141b4e207caaae524a4e770cf593353319e (patch) | |
| tree | abdec9a4080c1348f9fa1a86786541acf82ffd55 /src/rt/rust_internal.h | |
| parent | f9946c9748fe47d21cb24fb06d9235b1440c5d7a (diff) | |
| download | rust-0c1ea141b4e207caaae524a4e770cf593353319e.tar.gz rust-0c1ea141b4e207caaae524a4e770cf593353319e.zip | |
Dead code.
Diffstat (limited to 'src/rt/rust_internal.h')
| -rw-r--r-- | src/rt/rust_internal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 9d7f0e56ad1..8a81a9d1492 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -323,12 +323,6 @@ public: }; lib *get_lib(size_t n, char const *name); - c_sym *get_c_sym(size_t n, lib *library, char const *name); - rust_sym *get_rust_sym(size_t n, - rust_dom *dom, - rust_crate const *curr_crate, - c_sym *crate_sym, - char const **path); type_desc *get_type_desc(size_t size, size_t align, size_t n_descs, |
