Skip to content

Commit 86e6a80

Browse files
committed
metadata: common: remove dead code
1 parent aae9594 commit 86e6a80

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/librustc/metadata/common.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ pub static tag_crate_dep: uint = 0x19;
7373
pub static tag_crate_hash: uint = 0x1a;
7474
pub static tag_crate_crateid: uint = 0x1b;
7575

76-
pub static tag_parent_item: uint = 0x1c;
77-
7876
pub static tag_crate_dep_crateid: uint = 0x1d;
7977
pub static tag_crate_dep_hash: uint = 0x1e;
8078

@@ -94,10 +92,8 @@ pub static tag_path_len: uint = 0x25;
9492
pub static tag_path_elem_mod: uint = 0x26;
9593
pub static tag_path_elem_name: uint = 0x27;
9694
pub static tag_item_field: uint = 0x28;
97-
pub static tag_struct_mut: uint = 0x29;
9895

9996
pub static tag_item_variances: uint = 0x2a;
100-
pub static tag_mod_impl_trait: uint = 0x2b;
10197
/*
10298
trait items contain tag_item_trait_method elements,
10399
impl items contain tag_item_impl_method elements, and classes
@@ -108,7 +104,6 @@ pub static tag_mod_impl_trait: uint = 0x2b;
108104
*/
109105
pub static tag_item_impl_method: uint = 0x2c;
110106
pub static tag_item_trait_method_explicit_self: uint = 0x2d;
111-
pub static tag_item_trait_method_self_ty_region: uint = 0x2e;
112107

113108

114109
// Reexports are found within module tags. Each reexport contains def_ids
@@ -173,12 +168,8 @@ pub static tag_lang_items_item_id: uint = 0x4a;
173168
pub static tag_lang_items_item_node_id: uint = 0x4b;
174169

175170
pub static tag_item_unnamed_field: uint = 0x4c;
176-
pub static tag_items_data_item_struct_ctor: uint = 0x4d;
177171
pub static tag_items_data_item_visibility: uint = 0x4e;
178172

179-
pub static tag_link_args: uint = 0x4f;
180-
pub static tag_link_args_arg: uint = 0x50;
181-
182173
pub static tag_item_method_tps: uint = 0x51;
183174
pub static tag_item_method_fty: uint = 0x52;
184175

0 commit comments

Comments
 (0)