From: Stephen Hemminger Date: Thu, 21 Sep 2017 01:08:16 +0000 (-0700) Subject: tc: flower remove unused variable X-Git-Tag: v4.16.0~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58677cc2d3bce2f64a0daeb51a5e5e2debed1791;p=thirdparty%2Fiproute2.git tc: flower remove unused variable Signed-off-by: Stephen Hemminger --- diff --git a/tc/f_flower.c b/tc/f_flower.c index 8c4bfb0d3..a18cf1cac 100644 --- a/tc/f_flower.c +++ b/tc/f_flower.c @@ -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)