lib/route/cls/u32.c: remove bogus comment

This commit is contained in:
Rasmus Villemoes
2017-06-08 10:59:27 +02:00
parent 1d5ad3938b
commit a7f73d0e7b
-1
View File
@@ -711,7 +711,6 @@ int rtnl_u32_get_key(struct rtnl_cls *cls, uint8_t index,
if (!(u->cu_mask & U32_ATTR_SELECTOR))
return -NLE_INVAL;
/* the selector might have been moved by realloc */
sel = u32_selector(u);
if (index >= sel->nkeys)
return -NLE_RANGE;