mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
- nuke unused vars
This commit is contained in:
parent
bd2f9d56ec
commit
754cb92b2b
@ -1296,8 +1296,8 @@ PHPAPI int php_getimagetype(php_stream * stream, char *filetype TSRMLS_DC)
|
||||
|
||||
static void php_getimagesize_from_stream(php_stream *stream, zval **info, INTERNAL_FUNCTION_PARAMETERS) /* {{{ */
|
||||
{
|
||||
char *arg1, *temp;
|
||||
int arg1_len, itype = 0, argc = ZEND_NUM_ARGS();
|
||||
char *temp;
|
||||
int itype = 0;
|
||||
struct gfxinfo *result = NULL;
|
||||
|
||||
if (!stream) {
|
||||
|
Loading…
Reference in New Issue
Block a user