diff options
| author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-25 12:00:16 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-25 12:00:16 -0400 |
| commit | 23c1335cb3cd022b95ebe1f7acfc8192c6f310cd (patch) | |
| tree | 963348b4afb6735ead2ccbd65cb6a3484500337d /src/rt/rust_internal.h | |
| parent | 579b317ae8e4155c480b0d9426e54f4b98410997 (diff) | |
| download | rust-23c1335cb3cd022b95ebe1f7acfc8192c6f310cd.tar.gz rust-23c1335cb3cd022b95ebe1f7acfc8192c6f310cd.zip | |
Dead code.
Diffstat (limited to 'src/rt/rust_internal.h')
| -rw-r--r-- | src/rt/rust_internal.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 38428f93f91..30fc4637bed 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -241,7 +241,7 @@ public: size_t pad6; size_t pad7; - size_t n_libs; + size_t pad8; // Crates are immutable, constructed by the compiler. @@ -286,17 +286,6 @@ rust_crate_cache : public dom_owned<rust_crate_cache>, public rc_base<rust_crate_cache> { public: - class lib : - public rc_base<lib>, public dom_owned<lib> - { - uintptr_t handle; - public: - rust_dom *dom; - lib(rust_dom *dom, char const *name); - uintptr_t get_handle(); - ~lib(); - }; - type_desc *get_type_desc(size_t size, size_t align, size_t n_descs, @@ -304,7 +293,6 @@ public: private: - lib **libs; type_desc *type_descs; public: |
