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 | 06a417b6a95787283789acba55be65158d9d6a5a (patch) | |
tree | a4328970e021ad27815be8adb0dd11af775db08d /ext/mysql/php_mysql_structs.h | |
parent | 6f598e62ff8b32af98d23b79d609303b08e439c1 (diff) | |
download | php-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/mysql/php_mysql_structs.h')
-rw-r--r-- | ext/mysql/php_mysql_structs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mysql/php_mysql_structs.h b/ext/mysql/php_mysql_structs.h index b4bc4d042c..d1f7519ad0 100644 --- a/ext/mysql/php_mysql_structs.h +++ b/ext/mysql/php_mysql_structs.h @@ -124,9 +124,6 @@ ZEND_BEGIN_MODULE_GLOBALS(mysql) long result_allocated; long trace_mode; long allow_local_infile; -#ifdef MYSQL_USE_MYSQLND - MYSQLND_QCACHE *mysqlnd_qcache; -#endif ZEND_END_MODULE_GLOBALS(mysql) #ifdef ZTS |