carl9170 firmware tools: remove unused otus_magic
[carl9170fw.git] / tools / src / fwinfo.c
index 4270564a43da0370517be2846bd99e6db92e4de0..28b6e7d1bbf633087705856a7b55718d308f7720 100644 (file)
@@ -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 :  ' ')