diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 919d69e60babb93f0ea43ceda0ddebaa723f439d..6a5afc715558892aed39da7c9c06df61ce3fcb03 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -2327,9 +2327,6 @@ out:	return err;
 	rth->rt_key_tos	= tos;
 	rth->rt_dst	= daddr;
 	rth->rt_src	= saddr;
-#ifdef CONFIG_IP_ROUTE_CLASSID
-	rth->dst.tclassid = itag;
-#endif
 	rth->rt_route_iif = dev->ifindex;
 	rth->rt_iif	= dev->ifindex;
 	rth->rt_oif	= 0;