From e08909ed3d706d20b2efbafd100926a13f9ca8f7 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 20 Feb 2015 11:13:23 +0100 Subject: [PATCH] isl_arg.c: drop useless assignments Detected by a scan_build on Polly. Signed-off-by: Sven Verdoolaege --- isl_arg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/isl_arg.c b/isl_arg.c index fefb67d5..e23911a8 100644 --- a/isl_arg.c +++ b/isl_arg.c @@ -386,7 +386,6 @@ static void print_default(struct isl_arg *decl, const char *def, int pos) printf("\n%30s", ""); else printf("%*s", 30 - pos, ""); - pos = 0; } else { if (pos + len >= 48) printf("\n%30s", ""); @@ -456,7 +455,6 @@ static void print_default_flags(struct isl_arg *decl, void *opt, int pos) printf("\n%30s", ""); else printf("%*s", 30 - pos, ""); - pos = 0; } else { if (pos + len >= 48) printf("\n%30s", ""); -- 2.11.4.GIT