[DFS] remove a compiling warning
This commit is contained in:
parent
31446eab4c
commit
2188d06003
|
@ -1092,8 +1092,6 @@ int nfs_getdents(struct dfs_fd *file, struct dirent *dirp, rt_uint32_t count)
|
||||||
index = 0;
|
index = 0;
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
char *fn;
|
|
||||||
|
|
||||||
d = dirp + index;
|
d = dirp + index;
|
||||||
|
|
||||||
name = nfs_readdir(nfs, dir);
|
name = nfs_readdir(nfs, dir);
|
||||||
|
|
Loading…
Reference in New Issue