Dead code.

This commit is contained in:
Rafael Ávila de Espíndola 2011-05-24 20:36:27 -04:00
parent 9a88ba2b81
commit 4364be3744
2 changed files with 0 additions and 13 deletions

View File

@ -132,18 +132,6 @@ rust_crate_cache::rust_sym::get_val() {
rust_crate_cache::lib *
rust_crate_cache::get_lib(size_t n, char const *name)
{
I(dom, n < crate->n_libs);
lib *library = libs[n];
if (!library) {
library = new (dom) lib(dom, name);
libs[n] = library;
}
return library;
}
static inline void
adjust_disp(uintptr_t &disp, const void *oldp, const void *newp)
{

View File

@ -322,7 +322,6 @@ public:
~rust_sym();
};
lib *get_lib(size_t n, char const *name);
type_desc *get_type_desc(size_t size,
size_t align,
size_t n_descs,