~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Jay Pipes
  • Date: 2009-01-28 01:17:32 UTC
  • mto: This revision was merged to the branch mainline in revision 815.
  • Revision ID: jpipes@serialcoder-20090128011732-yu3a9xpn8jga0a2q
Removed dead item_init() method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
** Item functions
64
64
*****************************************************************************/
65
65
 
66
 
/**
67
 
  Init all special items.
68
 
*/
69
 
 
70
 
void item_init(void)
71
 
{
72
 
}
73
 
 
74
 
 
75
66
bool Item::is_expensive_processor(unsigned char *)
76
67
{
77
68
  return false;