From: Francois-Xavier Le Bail Date: Tue, 26 Mar 2019 07:58:05 +0000 (+0100) Subject: Remove useless comments X-Git-Tag: tcpdump-4.99-bp~883 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/ad92d9ae65dd4ff385abd7a68d467d61a6dd417f Remove useless comments --- diff --git a/print-802_15_4.c b/print-802_15_4.c index eab247b9..03169457 100644 --- a/print-802_15_4.c +++ b/print-802_15_4.c @@ -2521,11 +2521,3 @@ ieee802_15_4_tap_if_print(netdissect_options *ndo, return ieee802_15_4_print(ndo, p+length, h->caplen-length) + length; } - -/* - * Local Variables: - * c-style: whitesmith - * c-basic-offset: 8 - * End: - */ - diff --git a/print-zep.c b/print-zep.c index d34f150f..deb99c60 100644 --- a/print-zep.c +++ b/print-zep.c @@ -177,10 +177,3 @@ zep_print(netdissect_options *ndo, trunc: ND_PRINT(" [|ZEP]"); } - -/* - * Local Variables: - * c-style: whitesmith - * c-basic-offset: 8 - * End: - */