X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fsrc%2Ffwinfo.c;fp=tools%2Fsrc%2Ffwinfo.c;h=87fdf543a7b0758a1882f6b2da5eb33d3be74c09;hb=d9783b425110f06f6c3f1267e68358b30fbd8d34;hp=cd5466cb3e958ad518366fd55d7a3cfd6d577c35;hpb=069154b8e4df7ee4844e6f76dbbd0bf61d558e37;p=carl9170fw.git diff --git a/tools/src/fwinfo.c b/tools/src/fwinfo.c index cd5466c..87fdf54 100644 --- a/tools/src/fwinfo.c +++ b/tools/src/fwinfo.c @@ -262,8 +262,6 @@ static const struct { ADD_HANDLER(LAST, show_last_desc), }; -static const uint8_t otus_magic[4] = { OTUS_MAGIC }; - static void show_desc_head(struct carl9170fw_desc_head *head) { #define P(c) (isprint(c) ? c : ' ')