~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/azio.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:
52
52
  size_t offset;
53
53
  azio_stream *s= (azio_stream *)p;
54
54
 
55
 
  internal::my_thread_init();
56
 
 
57
55
  while (1)
58
56
  {
59
57
    pthread_mutex_lock(&s->container.thresh_mutex);
77
75
    pthread_mutex_unlock(&s->container.thresh_mutex);
78
76
  }
79
77
 
80
 
  internal::my_thread_end();
81
 
 
82
78
  return 0;
83
79
}
84
80