Remove some dead code (#3970)
This commit removes methods that are never used between crates or trait impls like `Clone` which may have been used one day but are no longer used.
This commit is contained in:
@@ -5,7 +5,7 @@ use serde::{Deserialize, Serialize};
|
||||
/// Note that this is currently primarily documented as cranelift's
|
||||
/// `binemit::StackMap`, so for detailed documentation about this please read
|
||||
/// the docs over there.
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct StackMap {
|
||||
bits: Box<[u32]>,
|
||||
mapped_words: u32,
|
||||
|
||||
Reference in New Issue
Block a user