From a7f73d0e7b3bfc19bcf5a31ff33feeaec141e2ac Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Thu, 8 Jun 2017 10:59:27 +0200 Subject: [PATCH] lib/route/cls/u32.c: remove bogus comment --- lib/route/cls/u32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/route/cls/u32.c b/lib/route/cls/u32.c index 82b5665..366fc19 100644 --- a/lib/route/cls/u32.c +++ b/lib/route/cls/u32.c @@ -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;