]> granicus.if.org Git - php/commitdiff
Kill unused var.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 25 May 2004 13:51:00 +0000 (13:51 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 25 May 2004 13:51:00 +0000 (13:51 +0000)
ext/standard/dl.c

index bac40f3bdee51f5d41c8e012cc42614c37d3b223..82925c7c3cdf6fba4feed535f44f56ab4cb64a15 100644 (file)
@@ -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;