diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-08-17 15:22:53 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-08-17 15:23:44 -0700 |
| commit | f79006937aff604cd3bd3457b4104457fedbdcec (patch) | |
| tree | ab16447504f8c151f83d6c55ebe01a92fcc5f983 /src/rustc/metadata/decoder.rs | |
| parent | ea549e7a71964625f1eb24d7432f222c407d9999 (diff) | |
| download | rust-f79006937aff604cd3bd3457b4104457fedbdcec.tar.gz rust-f79006937aff604cd3bd3457b4104457fedbdcec.zip | |
rustc: Remove tag_paths and all of the associated encoding
Diffstat (limited to 'src/rustc/metadata/decoder.rs')
| -rw-r--r-- | src/rustc/metadata/decoder.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rustc/metadata/decoder.rs b/src/rustc/metadata/decoder.rs index f1b6862afc7..9f7b95f2bfa 100644 --- a/src/rustc/metadata/decoder.rs +++ b/src/rustc/metadata/decoder.rs @@ -27,7 +27,6 @@ export get_impl_traits; export get_class_method; export get_impl_method; export lookup_def; -export lookup_item_name; export resolve_path; export get_crate_attributes; export list_crate_metadata; @@ -242,10 +241,6 @@ fn item_name(item: ebml::doc) -> ast::ident { @str::from_bytes(ebml::doc_data(name)) } -fn lookup_item_name(data: @~[u8], id: ast::node_id) -> ast::ident { - item_name(lookup_item(id, data)) -} - fn item_to_def_like(item: ebml::doc, did: ast::def_id, cnum: ast::crate_num) -> def_like { let fam_ch = item_family(item); |
