Skip to content

Commit 73a295a

Browse files
committed
cleanup uv_fs_scandir
1 parent 459b614 commit 73a295a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

php_uv.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,8 +1804,6 @@ static void php_uv_fs_cb(uv_fs_t* req)
18041804
case UV_FS_SCANDIR:
18051805
{
18061806
zval *dirent;
1807-
int nnames, i = 0;
1808-
char *namebuf = (char *)req->ptr;
18091807
uv_dirent_t dent;
18101808

18111809
MAKE_STD_ZVAL(dirent);

0 commit comments

Comments
 (0)