diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 15:47:15 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 15:47:15 +0100 |
commit | 6c75d0a7d83026140b1623d5114f75e986df0a1a (patch) | |
tree | 176308467d25799506ef68392264a9af7e2f8597 /scripts | |
parent | 75625f5652a4e8a6c5096d902fef47024d33b98a (diff) | |
parent | ed3cf5f85718287b75c6df56feadd34b86085fa1 (diff) | |
download | mariadb-git-6c75d0a7d83026140b1623d5114f75e986df0a1a.tar.gz |
merge
Diffstat (limited to 'scripts')
-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); |