diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 15:43:05 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 15:43:05 +0100 |
commit | 830fc03390c7229b6c411e8a2680ae4ed44e9dc6 (patch) | |
tree | c2a5c257d962b3c0bfb8e1f039b7107811be082f /scripts/comp_sql.c | |
parent | 41d432462b905207b9a1cf51d2fcc88a7b09dd35 (diff) | |
download | mariadb-git-830fc03390c7229b6c411e8a2680ae4ed44e9dc6.tar.gz |
remove unused variable
Diffstat (limited to 'scripts/comp_sql.c')
-rw-r--r-- | scripts/comp_sql.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |