Kill unused var.

This commit is contained in:
Ilia Alshanetsky 2004-05-25 13:51:00 +00:00
parent 1360e3478c
commit 6304e5d7cb

View 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;