~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

  • Committer: Monty Taylor
  • Date: 2008-11-04 13:22:55 UTC
  • mto: (575.1.7 fix-headers)
  • mto: This revision was merged to the branch mainline in revision 577.
  • Revision ID: monty@inaugust.com-20081104132255-l9dhglk4ix6vd3u7
Changed a bunch of __attribute__((unused)) to removing the parameter name instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  @param idx          index to scan
53
53
*/
54
54
 
55
 
void init_read_record_idx(READ_RECORD *info,
56
 
                          Session *session __attribute__((unused)),
57
 
                          Table *table,
 
55
void init_read_record_idx(READ_RECORD *info, Session *, Table *table,
58
56
                          bool print_error, uint32_t idx)
59
57
{
60
58
  empty_record(table);