commit | a922ba5510530ae8e3c60edc85c56f72347a3c86 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Mon Jul 24 13:49:06 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Jul 24 13:49:06 2006 -0700 |
tree | 3dda699fda58341fb11a0ac07e424ec57985de87 | |
parent | e9e9290f5c85887baf1123a36ec9fdf56a10cf4b [diff] |
[IPV6] xfrm6_tunnel: Delete debugging code. It doesn't compile, and it's dubious in several regards: 1) is enabled by non-Kconfig controlled CONFIG_* value (noted by Randy Dunlap) 2) XFRM6_TUNNEL_SPI_MAGIC is defined after it's first use 3) the debugging messages print object pointer addresses which have no meaning without context So let's just get rid of it. Signed-off-by: David S. Miller <davem@davemloft.net>