浏览代码

[DFS] remove a compiling warning

bernard 11 年之前
父节点
当前提交
2188d06003
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      components/dfs/filesystems/nfs/dfs_nfs.c

+ 0 - 2
components/dfs/filesystems/nfs/dfs_nfs.c

@@ -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);