Remove `hex_slice` macro as it was never used
This commit is contained in:
parent
b978e76934
commit
2748dae7eb
|
@ -214,10 +214,3 @@ macro_rules! impl_raw_debug {
|
|||
}
|
||||
}
|
||||
|
||||
// for testing
|
||||
macro_rules! hex_slice {
|
||||
($s:expr) => (
|
||||
&$s.from_hex().unwrap()[..]
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue