From 3a9e5400c6f8230f1f805b4ed4a23d9fb82e8c56 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 23 Jul 2003 16:54:34 +0000 Subject: [PATCH] Removed unused variables. --- ext/mssql/php_mssql.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index 7e1b7a10be..ea73c20ccb 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -1893,7 +1893,7 @@ PHP_FUNCTION(mssql_bind) mssql_link *mssql_ptr; mssql_statement *statement; mssql_bind bind,*bindp; - int id = 0, status = 0; + int status = 0; LPBYTE value = NULL; /* BEGIN input validation */ @@ -2052,7 +2052,6 @@ PHP_FUNCTION(mssql_execute) mssql_statement *statement; mssql_result *result; int num_fields; - int blocks_initialized=1; int batchsize; int ac = ZEND_NUM_ARGS(); -- 2.40.0