ipv6: Kill useless route tracing bits in net/ipv6/route.c
authorDavid S. Miller <davem@davemloft.net>
Mon, 26 Dec 2011 20:24:36 +0000 (15:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Dec 2011 20:24:36 +0000 (15:24 -0500)
RDBG() wasn't even used, and the messages printed by RT6_DEBUG() were
far from useful.  Just get rid of all this stuff, we can replace it
with something more suitable if we want.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found