~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_dspace.c

  • Committer: Monty Taylor
  • Date: 2008-09-23 14:19:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923141948-ktph2kg13addaxq1
Actually removed VOID() this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
{
167
167
  if (info->block.levels)
168
168
  {
169
 
    VOID(hp_free_level(&info->block,info->block.levels,info->block.root,
170
 
                        (uchar*) 0));
 
169
    hp_free_level(&info->block,info->block.levels,info->block.root,
 
170
                  (uchar*) 0);
171
171
  }
172
172
  info->block.levels=0;
173
173
  info->del_chunk_count= info->chunk_count= 0;