diff options
author | Andrey Hristov <andrey@php.net> | 2009-12-09 20:38:11 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2009-12-09 20:38:11 +0000 |
commit | 3a7f8ea575d863ee9f7c81f88000236724153b70 (patch) | |
tree | a785e8a63c0c41c2ba0fb32d3cfefd282a22552c /ext/mysqlnd/mysqlnd_structs.h | |
parent | 52f573d629754c9a9cf842ab4b810f933d13e11f (diff) | |
download | php-git-3a7f8ea575d863ee9f7c81f88000236724153b70.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.h | 7 |
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; |