Remove dead code
This commit is contained in:
parent
3b02ec21c5
commit
2edffde28d
@ -42,7 +42,6 @@ pub enum Label {
|
|||||||
pub struct Body<'a> {
|
pub struct Body<'a> {
|
||||||
spec: &'a dyn Edition,
|
spec: &'a dyn Edition,
|
||||||
label_list: Vec<Label>,
|
label_list: Vec<Label>,
|
||||||
pub table_list: Vec<BrTableData>,
|
|
||||||
pub reg: Register,
|
pub reg: Register,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -56,7 +55,6 @@ impl<'a> Body<'a> {
|
|||||||
spec,
|
spec,
|
||||||
reg,
|
reg,
|
||||||
label_list: vec![],
|
label_list: vec![],
|
||||||
table_list: Vec::new(),
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user