Remove leftover and unused binrw debug printing
This commit is contained in:
parent
95e002ad9a
commit
c66be0febc
2 changed files with 0 additions and 5 deletions
|
@ -53,7 +53,6 @@ pub struct StructMaybeKey {
|
|||
pub r#struct: Struct,
|
||||
|
||||
#[br(parse_with = cc)]
|
||||
#[br(dbg)]
|
||||
extra_fields: Vec<GenericProperty>,
|
||||
}
|
||||
|
||||
|
@ -289,7 +288,6 @@ pub struct MapProperty {
|
|||
pub value_name: String,
|
||||
|
||||
#[brw(pad_before = 5)]
|
||||
#[br(dbg)]
|
||||
pub map_key_type: KeyType,
|
||||
|
||||
#[br(parse_with = custom_parser, args(size_in_bytes, &map_key_type, &value_name))]
|
||||
|
|
|
@ -46,7 +46,6 @@ pub enum SetValue {
|
|||
#[br(import(value_type: &str, key_type: &KeyType))]
|
||||
pub struct SetEntry {
|
||||
#[br(args { magic: value_type, key_type })]
|
||||
#[br(dbg)]
|
||||
pub key: SetValue,
|
||||
}
|
||||
|
||||
|
@ -83,11 +82,9 @@ pub struct SetProperty {
|
|||
#[brw(pad_before = 4)]
|
||||
#[br(parse_with = read_string_with_length)]
|
||||
#[bw(write_with = write_string_with_length)]
|
||||
#[br(dbg)]
|
||||
pub key_name: String,
|
||||
|
||||
#[brw(pad_before = 5)]
|
||||
#[br(dbg)]
|
||||
pub key_type: KeyType,
|
||||
|
||||
#[br(parse_with = custom_parser, args(size_in_bytes, &key_name, &key_type))]
|
||||
|
|
Loading…
Add table
Reference in a new issue