summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_driver.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-05-18 22:40:56 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-05-18 22:40:56 +0000
commitfa0e534f83ee1bf23b9bb6f87af6d341cec815f5 (patch)
tree4e47243f68f95fb314207c652f22f9b5067e4b7a /ext/pdo_mysql/mysql_driver.c
parent92c8c09da5e62808ab9472a6e3eccb4253687c5e (diff)
downloadphp-git-fa0e534f83ee1bf23b9bb6f87af6d341cec815f5.tar.gz
Various compiler warning fixes.
Diffstat (limited to 'ext/pdo_mysql/mysql_driver.c')
-rwxr-xr-xext/pdo_mysql/mysql_driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo_mysql/mysql_driver.c b/ext/pdo_mysql/mysql_driver.c
index 188f250ce8..b7647269b9 100755
--- a/ext/pdo_mysql/mysql_driver.c
+++ b/ext/pdo_mysql/mysql_driver.c
@@ -46,7 +46,6 @@ int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int lin
pdo_mysql_db_handle *H = (pdo_mysql_db_handle *)dbh->driver_data;
pdo_error_type *pdo_err;
pdo_mysql_error_info *einfo;
- char *sqlstate = NULL;
if (stmt) {
pdo_mysql_stmt *S = (pdo_mysql_stmt*)stmt->driver_data;