]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove useless comments
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 26 Mar 2019 07:58:05 +0000 (08:58 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 26 Mar 2019 09:07:34 +0000 (10:07 +0100)
print-802_15_4.c
print-zep.c

index eab247b9546b8a4d78ace1246b04796ad31f3d7f..03169457f85ec0a78785b3a676ba7cec0474549a 100644 (file)
@@ -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:
- */
-
index d34f150f228b5282cfaed47d737a61526e157ee5..deb99c60d8309d3e1216de17fb4eb969df547708 100644 (file)
@@ -177,10 +177,3 @@ zep_print(netdissect_options *ndo,
  trunc:
        ND_PRINT(" [|ZEP]");
 }
-
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 8
- * End:
- */