[DFS] remove a compiling warning

This commit is contained in:
bernard 2014-01-11 16:34:15 +08:00
parent 31446eab4c
commit 2188d06003
1 changed files with 0 additions and 2 deletions

View File

@ -1092,8 +1092,6 @@ int nfs_getdents(struct dfs_fd *file, struct dirent *dirp, rt_uint32_t count)
index = 0;
while (1)
{
char *fn;
d = dirp + index;
name = nfs_readdir(nfs, dir);