~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

  • Committer: Monty Taylor
  • Date: 2009-01-23 06:03:42 UTC
  • mto: (801.1.3 testable) (779.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 811.
  • Revision ID: mordred@inaugust.com-20090123060342-i00afsgar78qz3nu
Got rid of __attribute__((unused)) and the like from the .cc files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
*/
160
160
 
161
161
extern "C" unsigned char *get_key_conn(user_conn *buff, size_t *length,
162
 
                               bool not_used __attribute__((unused)))
 
162
                               bool )
163
163
{
164
164
  *length= buff->len;
165
165
  return (unsigned char*) buff->user;