~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.cc

  • Committer: Monty Taylor
  • Date: 2009-01-19 07:30:16 UTC
  • mto: (801.1.3 testable) (779.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 799.
  • Revision ID: mordred@inaugust.com-20090119073016-smc5kj5ksbvxxldh
Removed stuff that gcov showed we weren't using.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
        /* from errors.c */
72
72
void_ptr_int_func my_abort_hook= (void_ptr_int_func)exit;
73
 
error_handler_func error_handler_hook= my_message_no_curses;
74
 
error_handler_func fatal_error_handler_hook= my_message_no_curses;
 
73
error_handler_func error_handler_hook= NULL;
75
74
 
76
75
        /* How to disable options */
77
76
bool my_disable_async_io=0;