am c41f126f: am eae80e8c: Merge "Iproute: Fix unused variables"

* commit 'c41f126f5da0826935c190576386c901840e879e':
  Iproute: Fix unused variables
diff --git a/ip/iprule.c b/ip/iprule.c
index 3ea0e81..3a716ce 100644
--- a/ip/iprule.c
+++ b/ip/iprule.c
@@ -49,7 +49,7 @@
 	struct rtmsg *r = NLMSG_DATA(n);
 	int len = n->nlmsg_len;
 	int host_len = -1;
-	__u32 table, uid_start, uid_end;
+	__u32 table;
 	struct rtattr * tb[FRA_MAX+1];
 	char abuf[256];
 	SPRINT_BUF(b1);