From: Ilia Alshanetsky Date: Tue, 25 May 2004 13:51:00 +0000 (+0000) Subject: Kill unused var. X-Git-Tag: php-5.0.0RC3RC1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6304e5d7cb108d6d528b1b54e65b247a1dbf98f1;p=php Kill unused var. --- diff --git a/ext/standard/dl.c b/ext/standard/dl.c index bac40f3bde..82925c7c3c 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -104,7 +104,7 @@ void php_dl(pval *file, int type, pval *return_value TSRMLS_DC) { void *handle; char *libpath; - zend_module_entry *module_entry, *tmp; + zend_module_entry *module_entry; zend_module_entry *(*get_module)(void); int error_type; char *extension_dir;