[DFS] remove the unnecessary code

This commit is contained in:
bernard 2014-01-04 06:05:03 +08:00
parent e393b8fcfa
commit 7fd45f3d44
1 changed files with 0 additions and 2 deletions

View File

@ -236,8 +236,6 @@ int dfs_file_unlink(const char *path)
char *fullpath;
struct dfs_filesystem *fs;
result = DFS_STATUS_OK;
/* Make sure we have an absolute path */
fullpath = dfs_normalize_path(RT_NULL, path);
if (fullpath == RT_NULL)