]> The Tcpdump Group git mirrors - tcpdump/commit
Get rid of an unneeded variable.
authorGuy Harris <[email protected]>
Tue, 29 Aug 2017 22:05:00 +0000 (15:05 -0700)
committerDenis Ovsienko <[email protected]>
Fri, 1 Sep 2017 21:31:14 +0000 (22:31 +0100)
commitc93fb5fd55cbbc0faa3d9ba651fe42b284705367
tree4e00831c16420abc77b9741a14105edf497c12ce
parent9df06c4cd60fff3c4e1ebbfa7f372014a1e8c0af
Get rid of an unneeded variable.

We don't want to try to suppress warnings about discarding the const
qualifier, as that's something we need to fix.  Adding the extra
variable doesn't suppress it on some platforms, so it's not useful
there, and if it does suppress it, we don't want that.

And we weren't doing it in the other case, anyway.

Comment in both cases with an XXX comment about the cast.
print-esp.c