diff options
Diffstat (limited to 'client/mysql.cc')
-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 5964d1eba3f..13f60fee64f 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -810,17 +810,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) |