diff options
| author | guy <guy> | 2007-09-13 17:40:18 +0000 |
|---|---|---|
| committer | guy <guy> | 2007-09-13 17:40:18 +0000 |
| commit | 7a18bd70de6a986be36c3b868df43935fcd64b37 (patch) | |
| tree | 1e1ccfc8b0317765b22d22f910e3624552cce0a7 | |
| parent | b024a71dce0bc09b9a8fe052025fd93c602f5d4f (diff) | |
| download | tcpdump-7a18bd70de6a986be36c3b868df43935fcd64b37.tar.gz | |
Completely remove that unused "structure".
| -rw-r--r-- | print-icmp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/print-icmp.c b/print-icmp.c index c5a28f43..93559a20 100644 --- a/print-icmp.c +++ b/print-icmp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.81.2.5 2007-09-13 17:34:20 gianluca Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.81.2.6 2007-09-13 17:40:18 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -300,11 +300,6 @@ struct icmp_ext_t { u_int8_t icmp_ext_data[1]; }; -/* -struct icmp_mpls_ext_common_header_t { -}; -*/ - struct icmp_mpls_ext_object_header_t { u_int8_t length[2]; u_int8_t class_num; |
