Skip to content

Commit 69daeff

Browse files
committed
rustc: Remove a bunch of unused metadata tags from common
1 parent f790069 commit 69daeff

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/rustc/metadata/common.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
// EBML enum definitions and utils shared by the encoder and decoder
22

3-
const tag_paths: uint = 0x01u;
4-
53
const tag_items: uint = 0x02u;
64

7-
const tag_paths_data: uint = 0x03u;
8-
95
const tag_paths_data_name: uint = 0x04u;
106

11-
const tag_paths_data_item: uint = 0x05u;
12-
13-
const tag_paths_data_mod: uint = 0x06u;
14-
157
const tag_def_id: uint = 0x07u;
168

179
const tag_items_data: uint = 0x08u;
@@ -96,7 +88,6 @@ const tag_mod_impl_trait: uint = 0x47u;
9688
*/
9789
const tag_item_impl_method: uint = 0x48u;
9890
const tag_item_dtor: uint = 0x49u;
99-
const tag_paths_foreign_path: uint = 0x4a;
10091
const tag_item_trait_method_self_ty: uint = 0x4b;
10192
const tag_item_trait_method_self_ty_region: uint = 0x4c;
10293

0 commit comments

Comments
 (0)