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 /print-sunatm.c | |
parent | 107e3f188876af75e8d6ce41026ca76a8f6169db (diff) | |
download | tcpdump-56a03b851aa7fa3828457f619f5dafc0014de4b5.tar.gz |
Remove unused incomplete structure declarations
Diffstat (limited to 'print-sunatm.c')
-rw-r--r-- | print-sunatm.c | 3 |
1 files changed, 0 insertions, 3 deletions
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" |