diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-11-16 22:13:28 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-11-19 15:53:16 +0100 |
commit | c99fba267842e5150a71835032efb716808dbfef (patch) | |
tree | 03ce8edde58cc022e76c6d70bdf9f805ec5b9b8b /sql-common | |
parent | beded7d9c9592ca8fdfc367f7c64f89c35995c44 (diff) | |
download | mariadb-git-c99fba267842e5150a71835032efb716808dbfef.tar.gz |
compilation warning
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 143d3fae068..2a73eaef51c 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 */ |