mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 09:28:49 +08:00
[DFS] remove the unnecessary code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user