mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 09:52:34 +00:00
chore(core): remove unused MAGIC
constant
[no changelog]
This commit is contained in:
parent
dbee0c615a
commit
880ee5af7a
@ -134,8 +134,6 @@ fn read_u16_prefixed_block<'a>(reader: &mut InputStream<'a>) -> Result<InputStre
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> Translations<'a> {
|
impl<'a> Translations<'a> {
|
||||||
const MAGIC: &'static [u8] = b"TRTR00";
|
|
||||||
|
|
||||||
pub fn new(blob: &'a [u8]) -> Result<Self, Error> {
|
pub fn new(blob: &'a [u8]) -> Result<Self, Error> {
|
||||||
let mut blob_reader = InputStream::new(blob);
|
let mut blob_reader = InputStream::new(blob);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user