From 6304e5d7cb108d6d528b1b54e65b247a1dbf98f1 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 25 May 2004 13:51:00 +0000 Subject: [PATCH] Kill unused var. --- ext/standard/dl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1