]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of unused variable.
authorGuy Harris <[email protected]>
Wed, 11 Mar 2015 00:58:09 +0000 (17:58 -0700)
committerGuy Harris <[email protected]>
Wed, 11 Mar 2015 06:03:41 +0000 (23:03 -0700)
tcpdump.c

index b1f88cf37af8118e089781dcfb49d4cadf077d37..3803fd944eab5e00ee34bd8f5ff5f6a638905fbb 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -2219,9 +2219,6 @@ static void
 dump_packet_and_trunc(u_char *user, const struct pcap_pkthdr *h, const u_char *sp)
 {
        struct dump_info *dump_info;
-#ifdef HAVE_CAPSICUM
-       cap_rights_t rights;
-#endif
 
        ++packets_captured;