]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Propagate from the x.9 branch:
authorguy <guy>
Thu, 13 Sep 2007 17:42:31 +0000 (17:42 +0000)
committerguy <guy>
Thu, 13 Sep 2007 17:42:31 +0000 (17:42 +0000)
revision 1.81.2.6
date: 2007-09-13 17:40:18 +0000;  author: guy;  state: Exp;  lines: +1 -6
Completely remove that unused "structure".
----------------------------
revision 1.81.2.5
date: 2007-09-13 17:34:20 +0000;  author: gianluca;  state: Exp;  lines: +3 -1
Commented out a 0-length structure that is not used.

print-icmp.c

index c87d2f4a04c665768125cd4aa370a314f52014c6..36bff6a41214c217d54560c7ca46cd75f406f2a2 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.86 2007-08-09 18:53:26 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.87 2007-09-13 17:42:31 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -300,9 +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;