summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2009-12-09 20:38:11 +0000
committerAndrey Hristov <andrey@php.net>2009-12-09 20:38:11 +0000
commit06a417b6a95787283789acba55be65158d9d6a5a (patch)
treea4328970e021ad27815be8adb0dd11af775db08d /ext/mysqlnd/mysqlnd_structs.h
parent6f598e62ff8b32af98d23b79d609303b08e439c1 (diff)
downloadphp-git-06a417b6a95787283789acba55be65158d9d6a5a.tar.gz
Remove stub code which never actually was used for anything.
Things like this can be built on top of the core.
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index 04e8ee078c..9409f0308a 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -107,9 +107,6 @@ typedef struct st_mysqlnd_error_info
} mysqlnd_error_info;
-typedef struct st_mysqlnd_qcache MYSQLND_QCACHE;
-
-
typedef struct st_mysqlnd_infile_info
{
php_stream *fd;
@@ -480,9 +477,6 @@ struct st_mysqlnd_connection
/* options */
MYSQLND_OPTION options;
- /* qcache */
- MYSQLND_QCACHE *qcache;
-
/* stats */
MYSQLND_STATS stats;
@@ -526,7 +520,6 @@ struct st_mysqlnd_buffered_result
uint64_t initialized_rows;
zend_bool persistent;
- MYSQLND_QCACHE *qcache;
unsigned int references;
mysqlnd_error_info error_info;