Skip to content

Commit 1eea3e2

Browse files
committed
fixup merge
1 parent 014e6a1 commit 1eea3e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/mysql2/result.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,6 @@ static VALUE rb_mysql_result_fetch_row(VALUE self, MYSQL_FIELD * fields, const r
542542
wrapper->fields = rb_ary_new2(wrapper->numberOfFields);
543543
}
544544

545-
/* get the MySQL field types to convert to Ruby field types */
546-
fields = mysql_fetch_fields(wrapper->result);
547-
548545
for (i = 0; i < wrapper->numberOfFields; i++) {
549546
VALUE field = rb_mysql_result_fetch_field(self, i, args->symbolizeKeys);
550547
if (row[i]) {

0 commit comments

Comments
 (0)