]> 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)
committerGuy Harris <[email protected]>
Tue, 29 Aug 2017 22:05:00 +0000 (15:05 -0700)
commitdcf755f49b563fa27692be89bde9b1bdef9c24ae
tree069da28061678e7592f06aa3654c0b49b27b4085
parent8205015f71629c5f11c3e067fcb744bbaecd57da
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