dfvm: Fix Dead Store found by Clang Analyzer

This commit is contained in:
Alexis La Goutte 2022-04-16 14:45:59 +00:00 committed by A Wireshark GitLab Utility
parent 86bc544fd3
commit 83959f77e3
1 changed files with 0 additions and 1 deletions

View File

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