summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index af1cdd1a5e..9612fa3fce 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -425,7 +425,6 @@ struct st_mysqlnd_connection
*/
enum mysqlnd_connection_state state;
enum_mysqlnd_query_type last_query_type;
- uint32_t query_counter;
/* Temporary storage between query and (use|store)_result() call */
MYSQLND_RES *current_result;