~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.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:
104
104
    if (my_file_opened | my_stream_opened)
105
105
    {
106
106
      sprintf(errbuff[0],EE(EE_OPEN_WARNING),my_file_opened,my_stream_opened);
107
 
      (void) my_message_no_curses(EE_OPEN_WARNING,errbuff[0],ME_BELL);
 
107
      /* TODO: Mark... look at replacement here
 
108
       * (void) my_message_no_curses(EE_OPEN_WARNING,errbuff[0],ME_BELL);
 
109
       */
 
110
      (void) fflush(stdout);
 
111
      
108
112
      my_print_open_files();
109
113
    }
110
114
  }