~jobinau/drizzle/bug_654164

« back to all changes in this revision

Viewing changes to drizzled/internal/my_thr_init.cc

  • Committer: Brian Aker
  • Date: 2010-11-27 13:42:52 UTC
  • mfrom: (1954.1.4 refactor)
  • Revision ID: brian@tangent.org-20101127134252-saoy83851uoait87
remove dead code around old locks

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
 
124
124
void my_thread_end(void)
125
125
{
126
 
  st_my_thread_var *tmp= THR_KEY_mysys.get();
127
 
 
128
 
  if (tmp)
129
 
  {
130
 
    delete tmp;
131
 
    THR_KEY_mysys.release();
132
 
  }
133
126
}
134
127
 
135
128
struct st_my_thread_var *_my_thread_var(void)