diff options
author | Monty <monty@mariadb.org> | 2015-11-23 19:56:03 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2015-11-23 19:56:03 +0200 |
commit | 72dc30f21701cc93f46efaa0018413bb71af5211 (patch) | |
tree | 87bd493dbe7ed8a4cc03afdd412510184e02cba5 /sql-common | |
parent | 2553f143fdeb9068eb02a8fda58750c24071f5ef (diff) | |
download | mariadb-git-72dc30f21701cc93f46efaa0018413bb71af5211.tar.gz |
Fixed compiler warnings
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql-common/client.c b/sql-common/client.c index 5ffc8c49fea..9fa259ff0d5 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -129,10 +129,6 @@ static void mysql_close_free(MYSQL *mysql); static void mysql_prune_stmt_list(MYSQL *mysql); static int cli_report_progress(MYSQL *mysql, char *packet, uint length); -#if !defined(__WIN__) -static int wait_for_data(my_socket fd, uint timeout); -#endif - CHARSET_INFO *default_client_charset_info = &my_charset_latin1; /* Server error code and message */ |