]> granicus.if.org Git - php/commitdiff
Remove the VALLEN macro, this is not used anyway and wouldn't work as it was assuming...
authorKalle Sommer Nielsen <kalle@php.net>
Mon, 19 Oct 2015 15:07:31 +0000 (17:07 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Mon, 19 Oct 2015 15:07:31 +0000 (17:07 +0200)
ext/dba/php_dba.h

index aef4ceae7d7a62a907079a3a20582843821de26b..38a5b7ca1a624cb9f1f626004860284470ffd9bb 100644 (file)
@@ -129,8 +129,6 @@ typedef struct dba_handler {
        DBA_SYNC_FUNC(x); \
        DBA_INFO_FUNC(x)
 
-#define VALLEN(p) Z_STRVAL_PP(p), Z_STRLEN_PP(p)
-
 PHP_FUNCTION(dba_open);
 PHP_FUNCTION(dba_popen);
 PHP_FUNCTION(dba_close);