dfvm(dfilter): fix clang analyzer warning (Dead.Store)

This commit is contained in:
Alexis La Goutte 2022-05-10 20:11:02 +00:00 committed by A Wireshark GitLab Utility
parent 17367e4648
commit 8ee1eabeee
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ dfvm_dump_str(wmem_allocator_t *alloc, dfilter_t *df, gboolean print_references)
break;
case MK_SLICE:
arg3 = insn->arg3;
wmem_strbuf_append_printf(buf, "%05d MK_SLICE\t\t%s[%s] -> %s\n",
id, arg1_str, arg3_str, arg2_str);
break;