From 830fc03390c7229b6c411e8a2680ae4ed44e9dc6 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 11 Mar 2011 15:43:05 +0100 Subject: [PATCH] remove unused variable --- scripts/comp_sql.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/comp_sql.c b/scripts/comp_sql.c index f65517ccf19..95f89a133c1 100644 --- a/scripts/comp_sql.c +++ b/scripts/comp_sql.c @@ -90,7 +90,6 @@ int main(int argc, char *argv[]) { int cnt=0; int c; - int first_char= 1; for(cnt=0;;cnt++) { c= fgetc(in);