1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-26 01:42:34 +00:00

chore(core): remove unused MAGIC constant

[no changelog]
This commit is contained in:
Roman Zeyde 2025-04-29 17:44:11 +03:00
parent dbee0c615a
commit 880ee5af7a

View File

@ -134,8 +134,6 @@ fn read_u16_prefixed_block<'a>(reader: &mut InputStream<'a>) -> Result<InputStre
}
impl<'a> Translations<'a> {
const MAGIC: &'static [u8] = b"TRTR00";
pub fn new(blob: &'a [u8]) -> Result<Self, Error> {
let mut blob_reader = InputStream::new(blob);