~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

  • Committer: Monty Taylor
  • Date: 2009-05-21 06:17:06 UTC
  • mto: (1022.4.2 update-to-gcc-44)
  • mto: This revision was merged to the branch mainline in revision 1031.
  • Revision ID: mordred@inaugust.com-20090521061706-jjqlwakgnpprpc8y
Removed dead code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  else
61
61
    unireg_end();
62
62
 
63
 
  /* purecov: begin deadcode */
64
 
 
65
 
#if !defined(__SUNPRO_CC)
66
 
  my_thread_end();
67
 
  pthread_exit(0);
68
 
  /* purecov: end */
69
 
  return NULL;
70
 
#endif
71
63
}
72
64
 
73
65
/**