Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jun 17, 2011
1 parent 7a78fd3 commit 0f0a5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/mysql2/client.c
Expand Up @@ -171,7 +171,7 @@ static VALUE allocate(VALUE klass) {
return obj;
}

static VALUE rb_mysql_client_escape(VALUE klass, VALUE str) {
static VALUE rb_mysql_client_escape(RB_MYSQL_UNUSED VALUE klass, VALUE str) {
unsigned char *newStr;
VALUE rb_str;
unsigned long newLen, oldLen;
Expand Down

0 comments on commit 0f0a5ad

Please sign in to comment.