tc: flower remove unused variable

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2017-09-20 18:08:16 -07:00
parent 7638ee13c1
commit 58677cc2d3
1 changed files with 0 additions and 1 deletions

View File

@ -1239,7 +1239,6 @@ static void flower_print_u8(FILE *f, const char *name, struct rtattr *attr)
static void flower_print_u32(FILE *f, const char *name, struct rtattr *attr)
{
const char *value_str = NULL;
__u32 value;
if (!attr)