diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2015-03-22 10:04:26 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2015-03-22 10:04:26 +0000 |
commit | 40451f7a1d7b65ec4ca30ba631594ea4238ae129 (patch) | |
tree | 9449b1064ed40cd98bcd04a668611120fcc182d2 | |
parent | 74851aac62eb14c0fb8d036143bdc23bde3bb5ae (diff) | |
download | tcpdump-40451f7a1d7b65ec4ca30ba631594ea4238ae129.tar.gz |
remove unused function default_print()
-rw-r--r-- | tcpdump.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2537,12 +2537,6 @@ ndo_default_print(netdissect_options *ndo, const u_char *bp, u_int length) hex_and_ascii_print(ndo, "\n\t", bp, length); /* pass on lf and indentation string */ } -void -default_print(const u_char *bp, u_int length) -{ - ndo_default_print(gndo, bp, length); -} - #ifdef SIGNAL_REQ_INFO RETSIGTYPE requestinfo(int signo _U_) { |