Skip to content

Commit 47cb4ff

Browse files
committed
Remove declaration of variable which is no longer used
1 parent 97b0f42 commit 47cb4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/fileinfo/fileinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mime
312312
char *ret_val = NULL, *buffer = NULL;
313313
size_t buffer_len;
314314
php_fileinfo *finfo = NULL;
315-
zval *zfinfo, *zcontext = NULL;
315+
zval *zcontext = NULL;
316316
zval *what;
317317
char mime_directory[] = "directory";
318318
struct magic_set *magic = NULL;

0 commit comments

Comments
 (0)