Backport: remove dead code.

Reorganize function to reflect that it does not actually uses curses
and that there is no curses variant.
This commit is contained in:
Davi Arnaut 2010-05-28 19:53:26 -03:00
commit a1b8e4dc7e
8 changed files with 13 additions and 19 deletions

View file

@ -33,7 +33,7 @@ void unireg_init(ulong options)
{
DBUG_ENTER("unireg_init");
MYSYS_PROGRAM_DONT_USE_CURSES();
error_handler_hook = my_message_stderr;
abort_loop=0;
my_disable_async_io=1; /* aioread is only in shared library */