diff options
author | lenz@mysql.com <> | 2004-10-14 16:52:00 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-10-14 16:52:00 +0200 |
commit | a524835cddc848e3c7a37254fd7bbd5bc4cbc441 (patch) | |
tree | fffc117288279d52152667f168da29b0169090b7 /client | |
parent | 8c496b487f488862391031c543e0f2cbeadfe3b5 (diff) | |
download | mariadb-git-a524835cddc848e3c7a37254fd7bbd5bc4cbc441.tar.gz |
- Cleanup: removed unreferenced local variable "local_file" in mysqlimport.c
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqlimport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/mysqlimport.c b/client/mysqlimport.c index 447410fa947..fae84be610a 100644 --- a/client/mysqlimport.c +++ b/client/mysqlimport.c @@ -264,7 +264,6 @@ static int write_to_table(char *filename, MYSQL *sock) { char tablename[FN_REFLEN], hard_path[FN_REFLEN], sql_statement[FN_REFLEN*16+256], *end; - my_bool local_file; DBUG_ENTER("write_to_table"); DBUG_PRINT("enter",("filename: %s",filename)); |