mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: nuke unused variables
This commit is contained in:
parent
00022a49ff
commit
34b45a30e5
1 changed files with 0 additions and 2 deletions
|
@ -1009,8 +1009,6 @@ static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int op
|
|||
{
|
||||
char *p;
|
||||
int ret;
|
||||
zval funcname;
|
||||
zval *retval = NULL;
|
||||
|
||||
if ((p = strstr(url, "://")) != NULL) {
|
||||
url = p + 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue