~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_cmpfunc.cc

  • 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:
4181
4181
      if (!(new_item= new Item_func_not(item)))
4182
4182
        return;                                 // Fatal OEM error
4183
4183
    }
4184
 
    VOID(li.replace(new_item));
 
4184
    li.replace(new_item);
4185
4185
  }
4186
4186
}
4187
4187