kalle           Mon Mar 30 14:25:54 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/odbc   php_odbc.c 
  Log:
  Nuke unused variable (only in this branch)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/php_odbc.c?r1=1.189.2.4.2.7.2.17&r2=1.189.2.4.2.7.2.18&diff_format=u
Index: php-src/ext/odbc/php_odbc.c
diff -u php-src/ext/odbc/php_odbc.c:1.189.2.4.2.7.2.17 
php-src/ext/odbc/php_odbc.c:1.189.2.4.2.7.2.18
--- php-src/ext/odbc/php_odbc.c:1.189.2.4.2.7.2.17      Tue Mar 24 09:44:16 2009
+++ php-src/ext/odbc/php_odbc.c Mon Mar 30 14:25:54 2009
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_odbc.c,v 1.189.2.4.2.7.2.17 2009/03/24 09:44:16 pajoye Exp $ */
+/* $Id: php_odbc.c,v 1.189.2.4.2.7.2.18 2009/03/30 14:25:54 kalle Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -3367,7 +3367,6 @@
        char *cat = NULL, *schema = NULL, *table = NULL;
        int cat_len, schema_len, table_len;
        RETCODE rc;
-       int argc;
 
        if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &pv_conn, 
&cat, &cat_len, &schema, &schema_len, &table, &table_len) == FAILURE) {
                return;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to