From 2d478883602748f1610dd0b809e9f32457b98b57 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 8 May 2015 00:45:05 +0200 Subject: [PATCH] Remove unused variable --- src/makefile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/makefile.c b/src/makefile.c index 4d269e0..ed3e93a 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -2361,7 +2361,6 @@ static int _write_phony_targets(Configure * configure, FILE * fp) { String const * p; String * prints; - String * q; size_t i; char c; String const * type; @@ -2370,7 +2369,6 @@ static int _write_phony_targets(Configure * configure, FILE * fp) return 0; if((prints = string_new(p)) == NULL) return 1; - q = prints; for(i = 0;; i++) { if(prints[i] != ',' && prints[i] != '\0')