mufs: do not check for empty path in mufs_mkpath()
This commit is contained in:
parent
2cac788ba7
commit
496b2182e3
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ int mufs_mkpath(struct mufs *fs, const char *path, unsigned type)
|
|||
char *s;
|
||||
char *name;
|
||||
|
||||
if (!path || *path == '\0')
|
||||
return -1;
|
||||
|
||||
if (!(s = mufs_abspath(path)))
|
||||
return -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue