diff options
author | unknown <monty@tik.mysql.fi> | 2002-03-22 06:58:07 +0200 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2002-03-22 06:58:07 +0200 |
commit | 51076279af41aab04d14375ed230f7324b976541 (patch) | |
tree | f485c7ff1a02bb07d939c1479a8b4a9938790acc /client | |
parent | c0a5e4707168e03e89191261b7a5ec95ffbc99d7 (diff) | |
parent | a333c33f7e19ce0bc230ca32ce25063640df84cd (diff) | |
download | mariadb-git-51076279af41aab04d14375ed230f7324b976541.tar.gz |
Merge
Docs/manual.texi:
SCCS merged
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index 772444764c9..60e97bff621 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -764,17 +764,6 @@ static int get_options(int argc, char **argv) return(0); } -#if defined(OS2) -static char* readline( char* prompt) -{ -#if defined(OS2) - static char linebuffer[254]; -#endif - puts( prompt); - return gets( linebuffer); -} -#endif - static int read_lines(bool execute_commands) { #if defined( __WIN__) || defined(OS2) |