~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_clear.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:
86
86
    {
87
87
      HP_BLOCK *block= &keyinfo->block;
88
88
      if (block->levels)
89
 
        VOID(hp_free_level(block,block->levels,block->root,(uchar*) 0));
 
89
        hp_free_level(block,block->levels,block->root,(uchar*) 0);
90
90
      block->levels=0;
91
91
      block->last_allocated=0;
92
92
      keyinfo->hash_buckets= 0;