diff options
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index 3f26425604..c4d7e550a3 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -1150,10 +1150,6 @@ struct st_mysqlnd_result_metadata MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res_meta) * m; - size_t bit_fields_total_len; /* trailing \0 not counted */ - /* We need this to make fast allocs in rowp_read */ - unsigned int bit_fields_count; - unsigned int current_field; unsigned int field_count; |