helly           Sun Apr  2 12:48:38 2006 UTC

  Modified files:              
    /php-src/ext/dba    dba.c 
  Log:
  - Fix warning
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/dba/dba.c?r1=1.117&r2=1.118&diff_format=u
Index: php-src/ext/dba/dba.c
diff -u php-src/ext/dba/dba.c:1.117 php-src/ext/dba/dba.c:1.118
--- php-src/ext/dba/dba.c:1.117 Wed Mar  8 00:43:27 2006
+++ php-src/ext/dba/dba.c       Sun Apr  2 12:48:37 2006
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba.c,v 1.117 2006/03/08 00:43:27 pajoye Exp $ */
+/* $Id: dba.c,v 1.118 2006/04/02 12:48:37 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -468,8 +468,6 @@
  */
 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode)
 {
-       char *v;
-       int len;
        DBA_ID_GET3;
 
        DBA_WRITE_CHECK;

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

Reply via email to