aboutsummaryrefslogtreecommitdiff
path: root/fmtutils.c
diff options
context:
space:
mode:
authorMario J. Rugiero <mrugiero@gmail.com>2019-10-16 03:12:14 -0300
committerMario J. Rugiero <mrugiero@gmail.com>2019-10-16 03:20:24 -0300
commit49f7fe8462d6201dca3bcd12d7ecf8094d44cc10 (patch)
treec2dbc54fc868bc12d9776429a5b48da4a805f7ba /fmtutils.c
parent0faad6a9e5a185ebe332b6e586501e04c501a09c (diff)
Remove dead stores.
Diffstat (limited to 'fmtutils.c')
-rw-r--r--fmtutils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fmtutils.c b/fmtutils.c
index d89a3976..a4f59c2b 100644
--- a/fmtutils.c
+++ b/fmtutils.c
@@ -84,7 +84,6 @@ pcap_fmt_errmsg_for_errno(char *errbuf, size_t errbuflen, int errnum,
*p++ = ':';
*p++ = ' ';
*p = '\0';
- msglen += 2;
errbuflen_remaining -= 2;
/*