Remove `hex_slice` macro as it was never used

This commit is contained in:
Andrew Poelstra 2015-09-21 08:30:06 -05:00
parent b978e76934
commit 2748dae7eb
1 changed files with 0 additions and 7 deletions

View File

@ -214,10 +214,3 @@ macro_rules! impl_raw_debug {
}
}
// for testing
macro_rules! hex_slice {
($s:expr) => (
&$s.from_hex().unwrap()[..]
)
}