X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tools%2Fsrc%2Ffwinfo.c;h=28b6e7d1bbf633087705856a7b55718d308f7720;hb=e017a914b2679d669e201cc76f812b641aa7eea3;hp=4270564a43da0370517be2846bd99e6db92e4de0;hpb=d33a9b7ba0c5428531610c589c2cdaf5e1f1123c;p=carl9170fw.git diff --git a/tools/src/fwinfo.c b/tools/src/fwinfo.c index 4270564..28b6e7d 100644 --- a/tools/src/fwinfo.c +++ b/tools/src/fwinfo.c @@ -242,8 +242,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 : ' ')