diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-03-19 14:25:35 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-03-19 15:16:32 +0100 |
commit | 56e6581c34ceec5469b9f37c19b31a36b0256f3c (patch) | |
tree | 2f1f539bb7e19cd2e4d4f477044d3887aa8ef7fa /print-msdp.c | |
parent | 546558eabd81cfc36a81a4df728fdfea0d83b41a (diff) | |
download | tcpdump-56e6581c34ceec5469b9f37c19b31a36b0256f3c.tar.gz |
Remove useless comments
Diffstat (limited to 'print-msdp.c')
-rw-r--r-- | print-msdp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/print-msdp.c b/print-msdp.c index bb3b95b8..ea476cb5 100644 --- a/print-msdp.c +++ b/print-msdp.c @@ -98,10 +98,3 @@ msdp_print(netdissect_options *ndo, const u_char *sp, u_int length) trunc: ND_PRINT(" [|msdp]"); } - -/* - * Local Variables: - * c-style: whitesmith - * c-basic-offset: 8 - * End: - */ |