diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-01-24 22:46:03 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-01-24 22:47:40 +0100 |
commit | 56a03b851aa7fa3828457f619f5dafc0014de4b5 (patch) | |
tree | c1afddc44f6f56c6483aa5fa78491315fe4c1745 | |
parent | 107e3f188876af75e8d6ce41026ca76a8f6169db (diff) | |
download | tcpdump-56a03b851aa7fa3828457f619f5dafc0014de4b5.tar.gz |
Remove unused incomplete structure declarations
-rw-r--r-- | print-decnet.c | 3 | ||||
-rw-r--r-- | print-sunatm.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/print-decnet.c b/print-decnet.c index ba409c7c..7606d5c2 100644 --- a/print-decnet.c +++ b/print-decnet.c @@ -31,9 +31,6 @@ #include <stdlib.h> #include <string.h> -struct mbuf; -struct rtentry; - #ifdef HAVE_DNET_HTOA #ifdef HAVE_NETDNET_DN_H #include <netdnet/dn.h> diff --git a/print-sunatm.c b/print-sunatm.c index 0ff7ed3c..cb9737b9 100644 --- a/print-sunatm.c +++ b/print-sunatm.c @@ -38,9 +38,6 @@ #include "netdissect-stdinc.h" -struct mbuf; -struct rtentry; - #include "netdissect.h" #include "extract.h" |