mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
rustc: Remove a bunch of unused metadata tags from common
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
// EBML enum definitions and utils shared by the encoder and decoder
|
||||
|
||||
const tag_paths: uint = 0x01u;
|
||||
|
||||
const tag_items: uint = 0x02u;
|
||||
|
||||
const tag_paths_data: uint = 0x03u;
|
||||
|
||||
const tag_paths_data_name: uint = 0x04u;
|
||||
|
||||
const tag_paths_data_item: uint = 0x05u;
|
||||
|
||||
const tag_paths_data_mod: uint = 0x06u;
|
||||
|
||||
const tag_def_id: uint = 0x07u;
|
||||
|
||||
const tag_items_data: uint = 0x08u;
|
||||
@@ -96,7 +88,6 @@ impl items contain tag_item_impl_method elements, and classes
|
||||
*/
|
||||
const tag_item_impl_method: uint = 0x48u;
|
||||
const tag_item_dtor: uint = 0x49u;
|
||||
const tag_paths_foreign_path: uint = 0x4a;
|
||||
const tag_item_trait_method_self_ty: uint = 0x4b;
|
||||
const tag_item_trait_method_self_ty_region: uint = 0x4c;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user